mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 06:04:20 +00:00
fileio.md -> file_io.md
This commit is contained in:
parent
de132fe777
commit
bee89c8c07
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ A practical guide to the Rust crate ecosystem.
|
|||
|
||||
## Recipes
|
||||
### [Byteorder](src/pages/byteorder.md) [![byteorder][byteorder-badge]][byteorder]
|
||||
### [File IO](src/pages/fileio.md) [![file][file-badge]][file]
|
||||
### [File IO](src/pages/file_io.md) [![file][file-badge]][file]
|
||||
### [Command Line Parsing](src/pages/cliparsing.md) [![clap][clap-badge]][clap]
|
||||
### [JSON](src/pages/json.md) [![json][json-badge]][json]
|
||||
### [TOML](src/pages/toml.md) [![toml][toml-badge]][toml]
|
||||
|
@ -36,4 +36,4 @@ MIT/Apache-2.0
|
|||
[error-docs]: https://doc.rust-lang.org/book/error-handling.html
|
||||
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain
|
||||
[rayon-badge]: https://img.shields.io/crates/v/rayon.svg?label=rayon
|
||||
[rayon]: https://doc.rust-lang.org/rayon/rayon/index.html
|
||||
[rayon]: https://doc.rust-lang.org/rayon/rayon/index.html
|
||||
|
|
Loading…
Reference in a new issue