Update toc

This commit is contained in:
Brian Anderson 2017-02-26 08:43:44 -08:00
parent 033651bcc8
commit 6c64912069

View file

@ -3,7 +3,20 @@
A practical guide to the Rust crate ecosystem.
## Recipes
* [Byteorder](pages/byteorder.html) [![byteorder-badge]][byteorder]
- [Math](pages/math.html)
- [rand](pages/rand.html) [![rand-badge]][rand]
- [Algorithms](pages/algorithms.html)
- [IO](pages/IO.html)
- [File IO](pages/file_io.html) [![file-badge]][file]
- [Command Line Parsing](pages/cli_parsing.html) [![clap-badge]][clap]
- [Serialization](pages/serialization.html)
- [Byteorder](pages/byteorder.html) [![byteorder-badge]][byteorder]
- [JSON](pages/json.html) [![json-badge]][json]
- [TOML](pages/toml.html) [![toml-badge]][toml]
- [Networking](pages/networking.html)
- [Byteorder](pages/byteorder.html) [![byteorder-badge]][byteorder]
* [File IO](pages/fileio.html) [![file-badge]][file]
* [Command Line Parsing](pages/cliparsing.html) [![clap-badge]][clap]
* [JSON](pages/json.html) [![json-badge]][json]