Docs.rs
oasgen-core-0.25.0
oasgen-core 0.25.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kurtbuilds
Dependencies
actix-web ^4.3.1
normal
optional
axum ^0.8.1
normal
optional
bigdecimal ^0.4.2
normal
optional
chrono ^0.4.26
normal
optional
http ^1.2.0
normal
inventory ^0.3.13
normal
kurtbuilds_sid ^0.7
normal
optional
openapiv3-extended ^6
normal
phonenumber ^0.3.2
normal
optional
serde_json ^1.0.100
normal
serde_qs ^0.13.0
normal
optional
sqlx ^0.8.2
normal
optional
sqlx-core ^0.8.2
normal
optional
time ^0.3.23
normal
optional
tower-cookies ^0.11.0
normal
optional
uuid ^1.4.0
normal
optional
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
oasgen_core/
lib.rs
1
mod
operation;
2
mod
schema;
3
4
pub use
operation::
*
;
5
pub use
schema::
*
;
6
pub use
openapiv3::
*
;