一本关于Rust编程语言设计模式和惯常做法开源书的简体中文译本,你可以在这里阅读。 本书的原始仓库为Rust Design Patterns,感谢每一位开源贡献者!
欢迎提出Issues和PR来做出贡献,包括但不限于:通知原始仓库的更新内容,校正翻译的错误或不足之处。
你可以查看原始仓库的Umbrella issue以了解所有可能被添加的模式、反面模式和惯常做法。
建议阅读原始仓库的贡献指南,以获得更多关于如何为这个仓库做贡献的信息。
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 buildBuilds static html pages as output and place them in the
/bookdirectory by default. -
mdbook serveServes 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.
The content of this repository is licensed under MPL-2.0; see LICENSE.