1 2 3 4 5 6 7 8 9
#![doc = include_str!("../README.md")] pub(crate) mod delegate; mod patch; mod prefixed; pub use patch::*; pub use prefixed::*;