mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 06:04:20 +00:00
updating readme with toml
This commit is contained in:
parent
f846011bb1
commit
65b4db8a5e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ A practical guide to the Rust crate ecosystem.
|
|||
### [File IO](pages/fileio.md) [![file][file-badge]][file]
|
||||
### [Command Line Parsing](pages/cliparsing.md) [![clap][clap-badge]][clap]
|
||||
### [JSON](pages/json.md) [![json][json-badge]][json]
|
||||
### [TOML](pages/toml.md) [![toml][toml-badge]][toml]
|
||||
|
||||
|
||||
## A note about error handling
|
||||
|
|
Loading…
Reference in a new issue