dispatch_map 0.1.3

Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate.
Documentation
1
2
3
4
5
mod dispatch_map;

#[cfg(feature = "macros")]
pub use dispatch_macros::*;
pub use dispatch_map::*;