about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/index.md2
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)