Skip to content

How to Contribute

marsevilspirit edited this page Aug 10, 2025 · 2 revisions

开发环境准备

准备好安装好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

代码贡献流程

TODO:

社区参与

项目欢迎各种形式的贡献,包括代码、文档、测试和反馈。 在开始贡献之前,建议先查看现有的 issues 和 pull requests,了解项目当前的开发重点。

Clone this wiki locally