diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-03-12 23:19:09 +1100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-12 15:01:25 -0700 |
| commit | f9ecedbc75d5d2d69ba9b98b304b49f4548b2279 (patch) | |
| tree | 665f40543e5c03c925baa6e37143b438c03021b0 | |
| parent | e1e4816e16125e27d8bcb0723423b2a8ff21c91c (diff) | |
| download | rust-f9ecedbc75d5d2d69ba9b98b304b49f4548b2279.tar.gz rust-f9ecedbc75d5d2d69ba9b98b304b49f4548b2279.zip | |
docs: add two unlisted libraries to the index page.
| -rw-r--r-- | src/doc/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 8dacf0e4de8..748f3ffb2dc 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -35,8 +35,10 @@ li {list-style-type: none; } * [The `getopts` argument parsing library](getopts/index.html) * [The `glob` file path matching library](glob/index.html) * [The `green` M:N runtime library](green/index.html) +* [The `hexfloat` library for hexadecimal floating-point literals](hexfloat/index.html) * [The `native` 1:1 threading runtime](native/index.html) * [The `num` arbitrary precision numerics library](num/index.html) +* [The `rand` library for random numbers and distributions](rand/index.html) * [The `rustc` compiler](rustc/index.html) * [The `rustuv` M:N I/O library](rustuv/index.html) * [The `semver` version collation library](semver/index.html) |
