hc_sleuth 0.4.4

Tool for diagnosing problems with Holochain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use std::collections::HashMap;

pub(crate) use holochain_types::prelude::*;

pub mod context_log;
pub mod query;
mod report;

pub use context_log::{init_subscriber, Context, ContextSubscriber, SUBSCRIBER};

pub use report::*;

mod event;
pub use event::*;