Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

开发指南

环境要求

构建本文档

在仓库根目录执行:

mdbook build book
mdbook serve book

book/ 目录既是项目手册,也是启用 themed-output 的集成示例。

常用命令

cargo test
cargo lint      # clippy + fmt 检查
cargo fmt-check

发布

使用 cargo-release

cargo release patch -x --no-confirm

许可证

AGPL-3.0-or-later — 见 LICENSE