No description
Find a file
2021-01-07 08:17:49 -08:00
.github Update inclusive range syntax, fix script pathname, crate deps (#547) 2019-09-19 11:04:37 -07:00
assets Added assets folder for images 2017-02-26 10:21:43 -06:00
ci update mdbook 2021-01-04 19:02:01 +00:00
src demonstrate basic http authentication (#605) 2021-01-07 08:17:49 -08:00
tests Initial 2017-02-20 11:22:19 -08:00
theme Update to edition 2018 (#565) 2020-05-31 17:26:32 -07:00
.gitignore Exclude percent encoding from skeptic (#561) 2019-12-16 18:23:09 -08:00
.travis.yml test fixes (#600) 2020-06-07 11:40:48 -07:00
appveyor.yml Removed appveyor cache as it caused spurious build fails 2017-09-24 10:17:38 +02:00
book.toml Update to edition 2018 (#565) 2020-05-31 17:26:32 -07:00
build.rs Hide examples showing custom header setup until a clean solution is available (#430) 2018-07-11 13:13:51 -07:00
Cargo.toml Updated rand_distr, fixed and updated rand. (#627) 2021-01-01 15:24:59 -08:00
CONTRIBUTING.md Update to edition 2018 (#565) 2020-05-31 17:26:32 -07:00
libtest.rmeta Mime type from filename 2018-07-12 15:21:43 -07:00
LICENSE-CC0 Changed license to CC0 https://creativecommons.org/publicdomain/zero/1.0/ (#210) 2018-04-25 15:28:21 -07:00
README.md update mdbook 2021-01-04 19:02:01 +00:00

A Rust Cookbook Build Status travis

Read it here.

This Rust Cookbook is a collection of simple Rust 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 offline

If you'd like to read it locally:

$ git clone https://github.com/rust-lang-nursery/rust-cookbook
$ cd rust-cookbook
$ cargo install mdbook --vers "0.4.5"
$ mdbook serve --open

The output can also be opened from the book subdirectory in your web browser.

$ xdg-open ./book/index.html # linux
$ start .\book\index.html    # windows
$ open ./book/index.html     # mac

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 CC0-badge

Rust Cookbook is licensed under Creative Commons Zero v1.0 Universal License (LICENSE-CC0 or https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Rust Cookbook by you, as defined in the CC0-1.0 license, shall be dedicated to the public domain and licensed as above, without any additional terms or conditions.