mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 19:43:06 +00:00
No description
42de1c5cea
Added theme/book.css. It is a direct copy of the standard mdbook book.css file with one addition of `width: 100%;` to the `table` style. Infortunately mdbook allows only to substitute whole book.css. Moreover please note that due to https://github.com/azerupi/mdBook/issues/227 `theme` directory has to be placed at the project root instead of `src` |
||
---|---|---|
assets | ||
src | ||
tests | ||
theme | ||
.gitignore | ||
.travis.yml | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
deploy.sh | ||
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 intented 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.
License
MIT/Apache-2.0