Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/chuxiuhong/chuxiuhong-rust-patterns-zh

Rust设计模式中文翻译
https://github.com/chuxiuhong/chuxiuhong-rust-patterns-zh

design-patterns rust

Last synced: 3 months ago
JSON representation

Rust设计模式中文翻译

Lists

README

        

# Rust设计模式中文版

可在此查看在线文档[Rust设计模式](http://chuxiuhong.com/chuxiuhong-rust-patterns-zh/)

本项目源自[rust-unofficial/patterns](https://github.com/rust-unofficial/patterns),遵守原项目的MPL-2.0协议。
本着学习Rust的过程中也为Rust在国内的推广做一点微小的贡献的想法,来动手翻译该书。我尽量保持在不改专业术语的情况下更口语化些,不希望翻译的太过僵硬,希望读者理解,水平有限,翻译错漏之处还请指出。

## 用mdbook构建

1. `cargo install mdbook`安装mdbook

2. `mdbook build`将源文档编译为HTML等静态文件,输出目录为/book

3. `mdbook serve`搭建可访问的服务,链接为`http://localhost:3000`。

## License

This content of this repository is licensed under **MPL-2.0**; see [LICENSE](./LICENSE).