rust

SKILL.md

rust

Rust ecosystem = cargo + rustc + clippy + rustfmt.

Atomic Skills

Skill Commands Domain
cargo 36 Package manager
rustc 1 Compiler
clippy 1 Linter
rustfmt 1 Formatter

Workflow

cargo new project
cd project
cargo add serde tokio
cargo build --release
cargo test
cargo clippy
cargo fmt

Cargo.toml

[package]
name = "myapp"
version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }

Cross-compile

rustup target add aarch64-apple-darwin
cargo build --target aarch64-apple-darwin
Weekly Installs
1
Repository
plurigrid/asi
GitHub Stars
8
First Seen
10 days ago
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1