You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
simonsan d96de404c4
feat(pdf): add pdf download (#399)
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2 months ago
.github feat(pdf): add pdf download (#399) 2 months ago
po Add cloud-translated es translation as a starter (#360) 1 year ago
src feat(pdf): add pdf download (#399) 2 months ago
styles feat: use mdbook-last-changed to indicate when a file has been last updated 2 months ago
theme feat(pdf): add pdf download (#399) 2 months ago
third_party/mdbook fix(theme): Fix side menu being stuck open and obscuring most of the page (#376) 7 months ago
.env feat(pdf): add pdf download (#399) 2 months ago
.gitignore chore: reformat repository with dprint (#370) 9 months ago
.markdownlint.yaml Shorten lines to line-length 80 (#208) 3 years ago
CONTRIBUTING.md chore: reformat repository with dprint (#370) 9 months ago
LICENSE Initial commit 9 years ago
README.md feat(pdf): add pdf download (#399) 2 months ago
book.toml feat(pdf): add pdf download (#399) 2 months ago
dprint.json chore(deps): update dprint plugins 2 months ago
template.md chore: reformat repository with dprint (#370) 9 months ago

README.md

Rust Design Patterns

An open source book about design patterns and idioms in the Rust programming language that you can read here.

You can also download the book in PDF format from this link.

Contributing

You are missing content in this repository that can be helpful for others, and you are eager to explain it? Awesome! We are always happy about new contributions (e.g. elaboration or corrections on certain topics) to this project.

You can check the Umbrella issue for all the patterns, anti-patterns, and idioms that could be added.

We suggest reading our Contribution guide to get more information on how contributing to this repository works.

Building with mdbook

This book is built with mdbook. You can install it by running cargo install mdbook.

If you want to build it locally you can run one of these two commands in the root directory of the repository:

  • mdbook build

    Builds static html pages as output and place them in the /book directory by default.

  • mdbook serve

    Serves the book at http://localhost:3000 (port is changeable, take a look at the terminal output to be sure) and reloads the browser when a change occurs.

License

The content of this repository is licensed under MPL-2.0; see LICENSE.