mkit 0.3.0

Tools and macros for distributed and peer-to-peer applications
Documentation

Documentation

Mkit is a collection of traits, utilities and common useful types required to build distributed, peer-to-peer applications.

  • cbor, Concise Binary Object Representation (CBOR) implementation.
  • thread, a Thread type for multi-threading associated channel types for inter-process-communication.

Contribution

  • Simple workflow. Fork, modify and raise a pull request.
  • Before making a PR,
    • Install and run cargo spellcheck to remove common spelling mistakes.
    • Run check.sh with 0 warnings, 0 errors and all testcases passing.
  • Developer certificate of origin is preferred.