[][src]Crate orga

Re-exports

pub use state::*;
pub use state_machine::*;
pub use store::split;
pub use store::*;

Modules

collections

Data structures which implement the state::State trait.

encoding

Traits for deterministic encoding and decoding.

state

High-level abstractions for state data.

state_machine

Helpers for executing state machine logic.

store

Low-level key/value store abstraction.

Traits

Decode
Encode
Terminated

Type Definitions

Result

A result type bound to the standard orga error type.

Attribute Macros

state

Derive Macros

Decode
Encode