1 2 3 4 5 6 7 8 9
//! Declarative macros for handle-this. mod helpers; // The handle! macro is defined here with #[macro_export], which exports it at crate root #[macro_use] mod handle; pub use helpers::*;