Contributing
rust-igraph welcomes contributions! The full contributing guide is on GitHub:
View Contributing Guide on GitHub
Quick start
- Fork and clone the repository
- Run
cargo test --workspaceto verify your setup - Pick an unassigned AWU from the algorithm tracker
- Follow the 9-step AWU SOP described in the master plan
- Open a PR with
ALGO-XXX-NNNin the title
Key rules
- No
unsafeblocks - No new dependencies without an ADR
- All public APIs need rustdoc with a doctest
- Floating-point comparisons use tolerance helpers, never
==