# moana **Repository Path**: smoana/moana ## Basic Information - **Project Name**: moana - **Description**: moana 微内核 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # moana #### 介绍 moana 组件 #### 常用命令 ```bash 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 # 查看帮助 ```