We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e4816 commit f9ecedbCopy full SHA for f9ecedb
src/doc/index.md
@@ -35,8 +35,10 @@ li {list-style-type: none; }
35
* [The `getopts` argument parsing library](getopts/index.html)
36
* [The `glob` file path matching library](glob/index.html)
37
* [The `green` M:N runtime library](green/index.html)
38
+* [The `hexfloat` library for hexadecimal floating-point literals](hexfloat/index.html)
39
* [The `native` 1:1 threading runtime](native/index.html)
40
* [The `num` arbitrary precision numerics library](num/index.html)
41
+* [The `rand` library for random numbers and distributions](rand/index.html)
42
* [The `rustc` compiler](rustc/index.html)
43
* [The `rustuv` M:N I/O library](rustuv/index.html)
44
* [The `semver` version collation library](semver/index.html)
0 commit comments