Contributing
Private project, Woosmap internal.
cargo build
cargo test
cargo clippy
Docs
Docs live under docs/ and build with zensical (mkdocs-material compatible).
cd docs
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/mkdocs serve