[][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.

spinlock

Module spinlock implement read-write-spinlock, useful for non-blocking concurrency.

thread

Module thread implement a generic multi-threading pattern.

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.