tailwag_utils 0.3.0

A collection of assorted utility functions / traits. Part of the tailwag stack.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "experimental")]
mod queued_b_tree_map;
#[cfg(feature = "experimental")]
pub use queued_b_tree_map::*;
#[cfg(feature = "experimental")]
mod node_edge_graph;
#[cfg(feature = "experimental")]
pub use node_edge_graph::*;
pub mod hashmap_utils;