2017-05-18 00:08:38 +00:00
|
|
|
# A Rust Cookbook   [![Build Status]][travis]
|
|
|
|
|
|
|
|
[Build Status]: https://api.travis-ci.org/brson/rust-cookbook.svg?branch=master
|
|
|
|
[travis]: https://travis-ci.org/brson/rust-cookbook
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-04-30 06:24:42 +00:00
|
|
|
**[Read it here]**.
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-04-30 06:24:42 +00:00
|
|
|
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
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-02-25 08:25:51 +00:00
|
|
|
## Contributing
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-05-13 09:10:23 +00:00
|
|
|
This project is intended to be easy for new Rust programmers to
|
2017-04-30 06:24:42 +00:00
|
|
|
contribute to, and an easy to way get involved with the Rust
|
|
|
|
community. It needs and welcomes help.
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-04-30 06:24:42 +00:00
|
|
|
For details see [CONTRIBUTING.md] on GitHub.
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-04-30 06:24:42 +00:00
|
|
|
[CONTRIBUTING.md]: https://github.com/brson/rust-cookbook/blob/master/CONTRIBUTING.md
|
2017-02-21 22:41:35 +00:00
|
|
|
|
2017-04-30 06:24:42 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
MIT/Apache-2.0
|