Go to file
2022-07-29 08:21:42 +02:00
.github ci: keep github actions up to date with dependabot (#307) 2022-07-11 16:21:03 +02:00
additional_resources Fixing grammar and spelling mistakes (#270) 2021-08-25 04:43:23 +02:00
anti_patterns Change lints hyphen to underscore (#308) 2022-05-26 21:59:50 +00:00
functional Escape underscores in a link in functional/generics-type-classes.md (#273) 2021-09-15 13:49:01 +02:00
idioms Modified example sentences to make sense (#311) 2022-07-02 15:09:56 +02:00
patterns patterns: remove TODO item (#305) 2022-04-04 22:46:53 +02:00
refactoring Shorten lines to line-length 80 (#208) 2021-01-22 00:00:02 +01:00
.env Update mdbook version to v0.4.21 (#317) 2022-07-29 08:21:42 +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 intro: improve "design patterns in rust" section (#303) 2022-03-17 14:02:20 +01: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 Link to zh-CN translation (#293) 2022-01-17 17:53:40 +01:00
template.md Apply markdownlint to project (#163) 2021-01-05 15:36:20 +01:00
translations.md Add Link to zh-CN translation (#293) 2022-01-17 17:53:40 +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.