An early-stage Rust project.
This project uses angreal for task automation.
- Rust 1.93+
- angreal (
pip install angreal) - pre-commit (
pip install pre-commit)
# Run checks
angreal check all
# Run tests
angreal test unit
angreal test integration
angreal test coverage
# Build
angreal build
angreal build --release
# Version management
angreal version show
angreal version bump patchcrates/
weir-core/ # Core library
weir-cli/ # CLI binary
Apache-2.0