mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2025-02-16 12:18:27 +00:00
No description
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
build-site.sh | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
README.md |
Cookin' with Rust
A practical guide to the Rust crate ecosystem.
Recipes
Byteorder ![byteorder](https://img.shields.io/crates/v/byteorder.svg?label=byteorder)
File IO ![file](https://img.shields.io/crates/v/file.svg?label=file)
Command Line Parsing ![clap](https://img.shields.io/crates/v/clap.svg?label=clap)
JSON ![json](https://img.shields.io/crates/v/json.svg?label=json)
TOML ![toml](https://img.shields.io/crates/v/toml.svg?label=toml)
rand ![rand](https://img.shields.io/crates/v/rand.svg?label=rand)
Contributing
If you'd like to make changes to the project, please see this guide.
License
MIT/Apache-2.0