hashseq 0.1.0

A BFT Sequence CRDT suitable for unpermissioned networks with unbounded number of collaborators.
Documentation
1
2
3
4
5
6
pub mod hashseq;
pub mod topo_sort;

pub use self::hashseq::HashSeq;

type Id = u64;