Skip to content

Contributing

Development Setup

  1. Fork the repository
  2. Clone your fork
  3. Install Rust 1.85.0+
  4. Run cargo build

Testing

cargo test

Code Style

  • Use cargo fmt for formatting
  • Use cargo clippy for linting