Crate holochain

Crate holochain 

Source
Expand description

All the components you need to build a Holochain Conductor

Re-exports§

pub use holochain_wasmer_host;
pub use tracing;

Modules§

conductor
A Conductor manages interactions between its contained Cells, as well as interactions with the outside world. It is primarily a mediator of messages.
core
Defines the core Holochain workflows
docs
Holochain conductor usage documentation.
prelude
Common imports when using the Holochain crate.

Macros§

from_sub_error
Helper macro for implementing from sub error types for the error in OutcomeOrError

Constants§

HOLOCHAIN_VERSION
Current Holochain Conductor rust crate version.