Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 477 Bytes

Real World Rust Design Pattern

For Rustaceans newbies, the ownership of the Rust language masks its engineering beauty. Therefore, this project is to explore the engineering beauty of the Rust language.

Document the Rust design patterns applied in actual and well-known open source projects.

Rust is not an object-oriented language, so it is more interesting.

Run locally

mdbook watch --open

or

mdbook build

mdbook serve

Then

http://localhost:3000