Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:5
forks:1
updated:March 11, 2026 at 12:03
SKILL.md
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