Docs.rs
json-array-stream-0.1.0
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
json-array-stream 0.1.0
Incrementally reads a JSON array through an async stream
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
7
items documented
0
out of
1
items with examples
Size
Source code size: 25.4 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 1.48 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
butzist/json-array-stream
0
0
0
crates.io
Dependencies
futures ^0.3.5
normal
serde ^1.0.114
normal
serde_json ^1.0.56
normal
thiserror ^1.0.20
normal
tokio ^0.2.21
dev
Versions
0.1.0
Owners
json-array-stream
Incrementally reads a JSON array through an async stream
TODO
use
pin_project
instead of
unsafe {}