[][src]Crate mkit

Package implement collection of tools and traits for building distributed applications.

Modules

cbor

Module implement simple and easy CBOR serialization.

data

Module define all things data related.

db

Module define all things database related.

thread

Module thread implement a generic multi-threading pattern.

Macros

err_at

Short form to compose Error values.

Enums

Error

Error variants that can be returned by this package's API.

Type Definitions

Result

Type alias for Result return type, used by this package.