No description
Find a file
2017-08-22 22:54:26 +02:00
assets Added assets folder for images 2017-02-26 10:21:43 -06:00
src Add example: "Filter csv records matching a predicate". 2017-08-22 15:32:29 +02:00
tests Initial 2017-02-20 11:22:19 -08:00
theme fixed links and CI auto-deploy after move to rust-lang-nursery 2017-07-29 18:38:26 +02:00
.appveyor.yml added minimal windows CI 2017-08-22 22:54:26 +02:00
.gitignore Git ignore Cargo.lock 2017-05-23 12:33:40 -07:00
.travis.yml Pinned mdbook version to 0.0.22 2017-06-14 17:08:58 +02:00
build.rs Various restructuring 2017-04-29 23:21:34 -07:00
Cargo.toml Bumped syslog to 3.3.0 and fixed buildbreak 2017-08-21 09:25:45 +02:00
CONTRIBUTING.md fixed links and CI auto-deploy after move to rust-lang-nursery 2017-07-29 18:38:26 +02:00
deploy.sh fixed links and CI auto-deploy after move to rust-lang-nursery 2017-07-29 18:38:26 +02:00
LICENSE-APACHE Added clarification of licensing 2017-06-13 23:19:28 +02:00
LICENSE-MIT Added clarification of licensing 2017-06-13 23:19:28 +02:00
README.md fixed links and CI auto-deploy after move to rust-lang-nursery 2017-07-29 18:38:26 +02:00

A Rust Cookbook Build Status

Read it here.

This Rust Cookbook is a collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.

These examples are complete, and suitable for copying directly into new cargo projects. They are tested and guaranteed to work.

Contributing

This project is intended to be easy for new Rust programmers to contribute to, and an easy way to get involved with the Rust community. It needs and welcomes help.

For details see CONTRIBUTING.md on GitHub.

License

Rust Cookbook is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Rust Cookbook by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.