submap 0.2.3

B-Tree map for pub/sub services
Documentation
#![ doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "README.md" ) ) ]
mod submap;
pub use crate::submap::SubMap;

mod broadcastmap;
pub use crate::broadcastmap::BroadcastMap;

mod aclmap;
pub use crate::aclmap::AclMap;

#[cfg(feature = "digest")]
pub mod digest;

#[cfg(feature = "native-digest")]
#[path = "native_digest.rs"]
pub mod digest;