在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build-rust
星标20
分支1
更新时间2026年3月11日 12:03
Build Rust moq-ffi for iOS/Android targets
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build Rust moq-ffi for iOS/Android targets
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build iOS Swift package
Build Android Kotlin bindings, moq library and final library AAR file
Build and run the Android subscriber demo on a connected device
Build and run the iOS MoQ Demo on a connected device
Analyzes the staged/unstaged git files and commits them
| name | build-rust |
| description | Build Rust moq-ffi for iOS/Android targets |
All commands run from the moq-kit root directory.
cargo build --release --package moq-ffi --target aarch64-apple-ios
cargo build --release --package moq-ffi --target aarch64-apple-ios-sim
cargo ndk -t arm64-v8a build --release --package moq-ffi
cargo build --release --package libmoq
Use --profile release-with-debug instead of --release to include DWARF debug info.
mise run rust:check # tests + linting
mise run rust:fix # auto-format