Mkit is a collection of traits, utilities and common useful types required to build distributed, peer-to-peer applications.
cargo spellcheck
to remove common spelling mistakes.check.sh
with 0 warnings, 0 errors and all testcases passing.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.