Docs.rs
axum-streams-0.25.0
axum-streams 0.25.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
abdolence
Dependencies
arrow ^58
normal
optional
axum ^0.8
normal
bytes ^1
normal
csv ^1.3
normal
optional
futures ^0.3
normal
http ^1
normal
http-body ^1
normal
prost ^0.14
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
tokio-stream ^0.1
normal
arrow ^58
dev
axum ^0.8
dev
cargo-husky ^1.5
dev
prost ^0.14
dev
reqwest ^0.13
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
Versions
5.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Files
axum_streams/
envelope.rs
1
pub struct
StreamFormatEnvelope<E> {
2
pub
object: E,
3
pub
array_field: String,
4
}