Skip to content

Commit f9ecedb

Browse files
huonwalexcrichton
authored andcommitted
docs: add two unlisted libraries to the index page.
1 parent e1e4816 commit f9ecedb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ li {list-style-type: none; }
3535
* [The `getopts` argument parsing library](getopts/index.html)
3636
* [The `glob` file path matching library](glob/index.html)
3737
* [The `green` M:N runtime library](green/index.html)
38+
* [The `hexfloat` library for hexadecimal floating-point literals](hexfloat/index.html)
3839
* [The `native` 1:1 threading runtime](native/index.html)
3940
* [The `num` arbitrary precision numerics library](num/index.html)
41+
* [The `rand` library for random numbers and distributions](rand/index.html)
4042
* [The `rustc` compiler](rustc/index.html)
4143
* [The `rustuv` M:N I/O library](rustuv/index.html)
4244
* [The `semver` version collation library](semver/index.html)

0 commit comments

Comments
 (0)