Skip to content

godsatoshigod/rust-patterns

This branch is 33 commits behind rust-unofficial/patterns:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 25, 2023
345910d · Dec 25, 2023
Dec 25, 2023
Apr 9, 2023
Dec 12, 2023
Oct 4, 2023
Oct 4, 2023
Oct 3, 2023
Aug 18, 2023
Jan 21, 2021
Aug 18, 2023
Aug 30, 2015
Aug 18, 2023
Dec 23, 2023
Aug 18, 2023
Aug 18, 2023

Repository files navigation

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.

About

A catalogue of Rust design patterns, anti-patterns and idioms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 99.3%
  • CSS 0.7%