docs: add two unlisted libraries to the index page.

This commit is contained in:
Huon Wilson 2014-03-12 23:19:09 +11:00 committed by Alex Crichton
parent e1e4816e16
commit f9ecedbc75

View File

@ -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)