1 2 3 4 5 6 7
//! APR v2 format - re-exports from implementation module #[path = "apr2_generated.rs"] #[allow(clippy::all)] mod impl_; pub use impl_::*;