[][src]Crate orga

Re-exports

pub use store::Store;
pub use orga_macros as macros;

Modules

abci

Integration with ABCI (gated by abci feature).

collections

Data structures which implement the state::State trait.

encoding

Traits for deterministic encoding and decoding.

merk

Integration with merk (gated by merk feature).

state

High-level abstractions for state data.

state_machine

Helpers for executing state machine logic.

store

Low-level key/value store abstraction.

Type Definitions

Result

A result type bound to the standard orga error type.