57 releases
Uses new Rust 2024
| new 0.1.61 | May 9, 2026 |
|---|---|
| 0.1.58 | Apr 30, 2026 |
| 0.1.47 | Jul 1, 2025 |
| 0.1.28 | Jun 7, 2024 |
| 0.1.24 | Feb 23, 2024 |
#1612 in Embedded development
390KB
10K
SLoC
seminix
介绍
seminix 组件
常用命令
cargo xtask all # fmt → clippy → doc → build → test
cargo xtask fmt # 格式化整个 workspace
cargo xtask clippy # clippy:host + aarch64 + riscv64
cargo xtask build # build:host + aarch64 + riscv64
cargo xtask doc # doc:host + aarch64 + riscv64(--no-deps)
cargo xtask test # host 上跑测试
cargo xtask help # 查看帮助
Dependencies
~265–650KB
~14K SLoC