rust-cookbook/README.md
Michal Budzynski a816cc089d Fixed typos
2017-05-13 11:19:08 +02:00

26 lines
735 B
Markdown

# 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.
[Read it here]: https://brson.github.io/rust-cookbook
## 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.
[CONTRIBUTING.md]: https://github.com/brson/rust-cookbook/blob/master/CONTRIBUTING.md
## License
MIT/Apache-2.0