/perf-book-zh

The Rust Performance Book

Apache License 2.0Apache-2.0

perf-book—zh

RUST性能手册中文版

查看

英文版在线查看 here. 中文版在线查看 here

构建

本书使用 mdbook 构建, mdbook可以用以下命令安装:

cargo install mdbook

运行以下命令以编译本书:

mdbook build

生成的文件将被保存在\book目录.

开发

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