puny2d is a 2d graphics software renderer library for programming language rust.
- Compile:
cargo build --release
- Output: file target/release/libpuny2d.rlib
- Documentation generation:
cargo doc --no-deps
- Output: directory target/doc (file puny2d/index.html)
- Compile check:
cargo check
- Code linting:
cargo clippy
- Code formatting:
cargo fmt
- Unit tests:
cargo test
- Benchmark tests:
cargo bench