consensus: Consensus implementation librariessnowball: Snowball implementationclaro: Claro implementation
prototypes: Simulations and experiments related libraries and binariessnow-family: Snow family andclarosimulations app
Minimal Rust supported version: 1.63
When in development, please, use cargo clippy to build the project. Any warning is promoted to an error in our CI.
- Use
cargo testfor executing tests, andcargo test -- --nocapturefor seeing test outputs. - Use
cargo run --exampel {example_name}to run an example.
Simply run cargo doc --open --no-deps to build and access a copy of the generated documentation.