paperclip_ng/
lib.rs

1mod v3;
2
3pub mod v3_03 {
4    pub use super::v3::{OpenApiV3, PackageInfo};
5}