Docs.rs
poem-openapi-5.1.16
poem-openapi 5.1.16
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
base64 ^0.22.0
normal
bson ^2.0.0
normal
optional
bytes ^1.1.0
normal
chrono ^0.4.31
normal
optional
derive_more ^2.0
normal
email_address ^0.2.1
normal
optional
futures-util ^0.3.17
normal
geo-types ^0.7.12
normal
optional
geojson ^0.24.1
normal
optional
hostname-validator ^1.1.0
normal
optional
humantime ^2.1.0
normal
optional
indexmap ^2.0.0
normal
ipnet ^2.7.1
normal
optional
itertools ^0.14.0
normal
mime ^0.3.16
normal
num-traits ^0.2.14
normal
poem ^3.1.12
normal
poem-openapi-derive ^5.1.15
normal
prost-wkt-types ^0.6.0
normal
optional
quick-xml ^0.36.1
normal
regex ^1.5.5
normal
rust_decimal ^1.22.0
normal
optional
serde ^1.0.130
normal
serde_json ^1.0.68
normal
serde_urlencoded ^0.7.1
normal
serde_yaml ^0.9
normal
sqlx ^0.8.3
normal
optional
thiserror ^2.0
normal
time ^0.3.39
normal
optional
tokio ^1.39.1
normal
url ^2.2.2
normal
optional
uuid ^1.1.0
normal
optional
poem ^3.1.12
dev
tokio ^1.39.1
dev
Versions
100%
of the crate is documented
Platform
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
poem_openapi/response/
mod.rs
1
//! Commonly used response types.
2
3
#[cfg(feature =
"static-files"
)]
4
mod
static_file;