@@ -24,27 +24,24 @@ li {list-style-type: none; }
24
24
25
25
# Libraries
26
26
27
- * [ The standard library, ` libstd ` ] ( std/index.html )
28
- * [ The extra library, ` libextra ` ] ( extra/index.html )
29
-
30
- * [ The M: N runtime library, ` libgreen ` ] ( green/index.html )
31
- * [ The 1:1 runtime library, ` libnative ` ] ( native/index.html )
32
-
33
- * [ The Rust libuv library, ` librustuv ` ] ( rustuv/index.html )
34
-
35
- * [ The Rust parser, ` libsyntax ` ] ( syntax/index.html )
36
- * [ The Rust compiler, ` librustc ` ] ( rustc/index.html )
27
+ * [ The standard library, ` std ` ] ( std/index.html )
37
28
38
29
* [ The ` arena ` allocation library] ( arena/index.html )
39
- * [ The ` num ` arbitrary precision numerics library] ( num/index.html )
40
30
* [ The ` collections ` library] ( collections/index.html )
31
+ * [ The ` extra ` library of extra stuff] ( extra/index.html )
41
32
* [ The ` flate ` compression library] ( flate/index.html )
42
33
* [ The ` fourcc ` four-character code library] ( fourcc/index.html )
43
34
* [ The ` getopts ` argument parsing library] ( getopts/index.html )
44
35
* [ The ` glob ` file path matching library] ( glob/index.html )
36
+ * [ The ` green ` M: N runtime library] ( green/index.html )
37
+ * [ The ` native ` 1:1 threading runtime] ( native/index.html )
38
+ * [ The ` num ` arbitrary precision numerics library] ( num/index.html )
39
+ * [ The ` rustc ` compiler] ( rustc/index.html )
40
+ * [ The ` rustuv ` M: N I/O library] ( rustuv/index.html )
45
41
* [ The ` semver ` version collation library] ( semver/index.html )
46
42
* [ The ` serialize ` value encoding/decoding library] ( serialize/index.html )
47
43
* [ The ` sync ` library for concurrency-enabled mechanisms and primitives] ( sync/index.html )
44
+ * [ The ` syntax ` library, the Rust parser] ( syntax/index.html )
48
45
* [ The ` term ` terminal-handling library] ( term/index.html )
49
46
* [ The ` uuid ` 128-bit universally unique identifier library] ( uuid/index.html )
50
47
0 commit comments