-
zh-rust-by-example:跟着例子学 Rust(包含在线编辑器)中文版。http下载
资源介绍
Rust 简例
原项目
该项目是从《》中翻译过来的。
什么 Gui?
这是 的源代码!
如何贡献?
参照 。
如何生成静态页?
First, make certain you install nodejs on Debian based distributions, or
node on non-Debian distros. After installation, if you use a Debian based
distro (i.e. Ubuntu), run:
sudo ln -s /usr/bin/nodejs /usr/bin/node
Then run:
make all
make book
make test
输入 make serve 来查看结果。
注意:在 Ubuntu 里 node 可能叫 nodejs。我不得不相应地修改 .bin/gitbook。
详细说明
我们