Skip to content

mokurin000/perf-book-zh

 
 

Repository files navigation

perf-book-zh

《The Rust Performance Book》的中文翻译

这里是重新开始的翻译,原翻译已经被删除。

推荐查看 https://colobu.com/perf-book/ ,那边已经翻译完成

主要贡献者

莉特雅姐姐恒星姐姐jinser

还有一只中文水平不好的猫猫

阅读

渲染好的书会放在这里

参与翻译

本书倾向于使用英语原词,除非有社区认可并且很难产生歧义的中文对应词汇。

由于缺少翻译人员,翻译进度可能会十分缓慢。

Building

The book is built with mdbook, which can be installed with this command:

cargo install mdbook

To build the book, run this command:

mdbook build

The generated files are put in the book/ directory.

Development

To view the built book, run this command:

mdbook serve

This will launch a local web server to serve the book. View the built book by navigating to localhost:3000 in a web browser. While the web server is running, the rendered book will automatically update if the book's files change.

To test the code within the book, run this command:

mdbook test

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.