[][src]Module mycelium_lib::prelude

Re-exports

pub use crate::Mycelium;

Structs

Command

Command struct can be used to build a command with the normal builder pattern.

Config
Db

Db - Tagged data storage.

Index

Index

Enums

Action

Action enum values like Insert, Update, Archive, Select

Limits

Limits like First, Last, or Limit

LogicOp

Logic Operations like, and, or

Result
What

What to target: Id, Index

Traits

Fetchable

Fetch logic will create a default for T where it does not yet exist. Default serialize/deserialze will use bincode.

Functions

setup_logging
start_distributed

Distributed database

start_local

Local TCP server

tcp_call_resposne

Type Definitions

DbId

Unique Ids are from crate uuid and feature v4: Uuid::new_v4()