No description
Find a file
David Tolnay 33b0380b5b Merge pull request #78 from budziq/master
Implemented "Enable log levels per module" example
2017-05-14 08:15:52 -07:00
assets Added assets folder for images 2017-02-26 10:21:43 -06:00
src Implemented "Enable log levels per module" example 2017-05-14 13:03:48 +02:00
tests Initial 2017-02-20 11:22:19 -08:00
theme Make consistent table column widths 2017-05-08 09:43:27 +02:00
.gitignore Ignore the lines.txt written by one of the examples 2017-05-03 17:56:37 -07:00
.travis.yml Auto-deploy 2017-05-03 16:52:31 -07:00
build.rs Various restructuring 2017-04-29 23:21:34 -07:00
Cargo.lock Add url joining example 2017-05-05 17:36:40 -07:00
Cargo.toml Implemented "Enable log levels per module" example 2017-05-14 13:03:48 +02:00
CONTRIBUTING.md Fixed typos 2017-05-13 11:19:08 +02:00
deploy.sh No longer depend on ghp-import 2017-05-03 16:56:09 -07:00
README.md Fixed typos 2017-05-13 11:19:08 +02: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 intended 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