Go to file
2022-01-08 16:18:44 +01:00
.github/workflows Updating main branch name (#272) 2021-08-25 04:58:14 +02:00
additional_resources Fixing grammar and spelling mistakes (#270) 2021-08-25 04:43:23 +02:00
anti_patterns deny-warnings: remove contradiction with rustc doc (#282) 2021-10-18 14:27:52 +02:00
functional Escape underscores in a link in functional/generics-type-classes.md (#273) 2021-09-15 13:49:01 +02:00
idioms Update coercion-arguments.md (#286) 2021-12-16 16:10:24 +01:00
patterns fix typo (#289) 2022-01-08 16:18:44 +01:00
refactoring Shorten lines to line-length 80 (#208) 2021-01-22 00:00:02 +01:00
.env Update mdbook to v0.4.12 (#271) 2021-08-25 04:48:01 +02:00
.gitignore Adding Strategy pattern (#146) 2021-01-12 01:04:25 +01:00
.markdownlint.yaml Shorten lines to line-length 80 (#208) 2021-01-22 00:00:02 +01:00
book.toml Adding mdbook configuration and deployment to gh-pages (#111) 2021-01-01 12:27:42 +01:00
CONTRIBUTING.md Fixing grammar and spelling mistakes (#270) 2021-08-25 04:43:23 +02:00
intro.md Fixing grammar and spelling mistakes (#270) 2021-08-25 04:43:23 +02:00
LICENSE Initial commit 2015-08-31 10:06:10 +12:00
README.md Fixing grammar and spelling mistakes (#270) 2021-08-25 04:43:23 +02:00
SUMMARY.md Add Generics as Type Classes (#249) 2021-04-16 11:14:29 +02:00
template.md Apply markdownlint to project (#163) 2021-01-05 15:36:20 +01:00

Rust Design Patterns

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

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.