The wot-rust Code of Conduct applies to this project.
The codebase is written in rust. You may use rustup to set up a full toolchain.
Please provide a correct authorship for your commit logs, with a name and a valid email.
- The project is maintained using Git and accepts pull requests.
- The project follows conventional commits.
- It follow the code formatting enforced by rustfmt, run
cargo fmt
before making commits.