We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
准备好安装好rust环境:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
并保证当前是nightly版本:
rustup toolchain install nightly rustup component add rustfmt --toolchain nightly
使用 Makefile 运行 make build。
make build
TODO:
项目欢迎各种形式的贡献,包括代码、文档、测试和反馈。 在开始贡献之前,建议先查看现有的 issues 和 pull requests,了解项目当前的开发重点。