mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 19:43:06 +00:00
Update toc
This commit is contained in:
parent
033651bcc8
commit
6c64912069
1 changed files with 14 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue