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.
- fixt
- Fixturators for holochain types
- prelude
- Common imports when using the Holochain crate.
- sweettest
- sweettest = Streamlined Holochain test utils with lots of added sugar
- test_
utils - Utils for Holochain tests
Macros§
- assert_
eq_ retry - assert_
eq_ retry_ 1m - assert_
eq_ retry_ 5m - assert_
eq_ retry_ 10s - assert_
retry - assert_
retry_ 1m - assert_
retry_ 10s - big_
stack_ test - Wrap a test body in this macro to give it a bigger stack. Expects the body to be async.
- from_
sub_ error - Helper macro for implementing from sub error types for the error in OutcomeOrError
- here
- Produce file and line number info at compile-time
- retry_
until_ timeout - Retry a code block with an exit condition and then pause, until a timeout has elapsed. The default timeout is 5 s. The default pause is 500 ms.
- test_
entry_ impl - wait_
for - wait_
for_ 1m - wait_
for_ 10s
Constants§
- HDI_
VERSION - Current HDI rust crate version.
- HDK_
VERSION - Current HDK rust crate version.
- HOLOCHAIN_
VERSION - Current Holochain Conductor rust crate version.