Mkit is a collection of traits, utilities and common useful types required to build distributed, peer-to-peer applications.
cargo build
to make sure 0 warnings and 0 errors.cargo test
to make sure all test cases are passing.cargo bench
to make sure all benchmark cases are passing.cargo +nightly clippy --all-targets --all-features
to fix clippy issues.cargo spellcheck
to remove common spelling mistakes.