diff options
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 5aa92c9fec4..54b8b484693 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -41,9 +41,10 @@ li {list-style-type: none; } * [The `flate` compression library](flate/index.html) * [The `glob` file path matching library](glob/index.html) * [The `semver` version collation library](semver/index.html) -* [The `term` terminal-handling library](term/index.html) -* [The UUID library](uuid/index.html) +* [The `serialize` value encoding/decoding library](serialize/index.html) * [The `sync` library for concurrency-enabled mechanisms and primitives](sync/index.html) +* [The `term` terminal-handling library](term/index.html) +* [The `uuid` 128-bit universally unique identifier library](uuid/index.html) # Tooling |
