Docs.rs
poem-openapi-0.1.0
poem-openapi 0.1.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
askama ^0.10.5
normal
base64 ^0.13.0
normal
chrono ^0.4.19
normal
indexmap ^1.7.0
normal
poem ^0.4.8
normal
poem-openapi-derive ^0.1.0
normal
serde ^1.0.129
normal
serde_json ^1.0.66
normal
thiserror ^1.0.28
normal
tokio ^1.10.1
dev
Versions
93.55%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module payload
Structs
Traits
?
Module
poem_openapi
::
payload
[
−
]
[src]
Expand description
Commonly used payload types.
Structs
Json
A JSON payload.
PlainText
A UTF8 string payload.
Traits
Payload
Represents a payload type.