Crate mkit

Source
Expand description

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.
nobitmap
Module implement a default bitmap filter type.
spinlock
Module spinlock implement read-write-spinlock, useful for non-blocking concurrency.
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 Aliases§

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