Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Contributing

aztec-rs is an open-source Rust workspace. Contributions are welcome via pull requests on GitHub.

Before You Start

Workflow

  1. Fork + branch.
  2. Build locally (cargo build).
  3. Run tests (cargo test), including any new ones.
  4. Run cargo lint (the strict Clippy alias) and cargo fmt.
  5. Update documentation — see Writing Documentation.
  6. Open a PR with a clear description and changelog entry when appropriate.

Commit Style

  • One logical change per commit.
  • Use the imperative mood (“add x”, “fix y”).

Code of Conduct

Be respectful and constructive.