hashtree-cli 0.2.35

Hashtree daemon and CLI - content-addressed storage with P2P sync
Documentation
1
2
3
4
5
6
7
8
pub use hashtree_network::{
    build_root_filter, pick_latest_event, root_event_from_peer, PeerRootEvent,
};

#[allow(dead_code)]
pub const HASHTREE_KIND: u16 = hashtree_network::HASHTREE_KIND;
#[allow(dead_code)]
pub const HASHTREE_LABEL: &str = hashtree_network::HASHTREE_LABEL;