[][src]Crate mkit

Package implement collection of tools and traits for building inter-planetary applications.

Modules

cbor

Simple and easy CBOR serialization.

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.