b31b7a7688
It was not previously clear when a contributor should use `error_chain` and when they should use `main()`. This patch adds a couple sentences to the section on error handling to make that more explicit. |
||
---|---|---|
assets | ||
src | ||
tests | ||
theme | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
book.toml | ||
build.rs | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
deploy.sh | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
A Rust Cookbook
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.