mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 11:33:09 +00:00
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# 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
|
|
|
|
**[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 way to 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
|
|
|
|
Rust Cookbook is licensed under either of
|
|
|
|
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
|
http://www.apache.org/licenses/LICENSE-2.0)
|
|
* MIT license ([LICENSE-MIT](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.
|