No description
Find a file
2017-05-01 02:39:25 +00:00
assets Added assets folder for images 2017-02-26 10:21:43 -06:00
src Remove bogus section from SUMMARY 2017-05-01 02:39:25 +00:00
tests Initial 2017-02-20 11:22:19 -08:00
.gitignore Various restructuring 2017-04-29 23:21:34 -07:00
.travis.yml Export PATH to have mdbook in the path 2017-03-22 17:01:19 +01:00
build-site.sh Various restructuring 2017-04-29 23:21:34 -07:00
build.rs Various restructuring 2017-04-29 23:21:34 -07:00
Cargo.lock Improve presentation of toc 2017-04-29 17:35:00 -07:00
Cargo.toml Improve presentation of toc 2017-04-29 17:35:00 -07:00
CONTRIBUTING.md More stuff 2017-04-29 23:52:32 -07:00
README.md More stuff 2017-04-29 23:52:32 -07:00

A Rust Cookbook

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 intented to be easy for new Rust programmers to contribute to, and an easy to way get involved with the Rust community. It needs and welcomes help.

For details see CONTRIBUTING.md on GitHub.

License

MIT/Apache-2.0