Crate bit_gossip
source ·Expand description
Re-exports§
pub use prim::Graph128;pub use prim::Graph128Builder;pub use prim::Graph16;pub use prim::Graph16Builder;pub use prim::Graph32;pub use prim::Graph32Builder;pub use prim::Graph64;pub use prim::Graph64Builder;pub use graph::Graph;pub use graph::GraphBuilder;
Modules§
- bit vector implementations for internal use.
- general-use graph data structure and its builder.
- graph implementations using primitive data types.
Functions§
- Given two node IDs, return a tuple of the two IDs in ascending order.