We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e808fa commit dcedc2eCopy full SHA for dcedc2e
apistos-core/src/lib.rs
@@ -14,8 +14,6 @@ pub use path_item_definition::PathItemDefinition;
14
#[cfg(feature = "actix")]
15
pub use wrappers::{ResponderWrapper, ResponseWrapper};
16
17
-pub use schemars as apistos_schemars;
18
-
19
pub trait TypedSchema {
20
fn schema_type() -> InstanceType;
21
fn format() -> Option<String>;
apistos/src/lib.rs
@@ -165,6 +165,8 @@ pub use apistos_scalar::ScalarConfig;
165
pub use apistos_swagger_ui::SwaggerUIConfig;
166
pub use futures_util::future::FutureExt;
167
168
+pub use schemars as apistos_schemars;
169
+
170
mod internal;
171
172
pub mod actix;
0 commit comments