Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
35
- **Local machine**: Edit code, `cargo check` only (no OpenBLAS, linking fails)
Sign in to like and favorite skills
cargo check only (no OpenBLAS, linking fails)cargo run --releasegit pullcargo test or cargo run (需要 OpenBLAS 链接)cargo check --lib --tests --examples# Build cargo build --release # Run evaluation cargo run --release --example evaluate_classic4 # Run tests (local-safe) cargo test # Run with logging enabled RUST_LOG=info cargo run --release --example evaluate_classic4