1 2 3 4 5 6 7 8 9
#![deny(missing_docs)] #![doc = include_str!("../README.md")] /// Client and transport abstractions for HB46PP provisioning. #[cfg(feature = "client")] pub mod client; mod model; pub use model::*;