Docs.rs
async-jsonl-0.4.0
async-jsonl 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ssddOnTop
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.88
normal
futures ^0.3.31
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tokio ^1.45.1
normal
Versions
91.67%
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
async_jsonl/
lib.rs
1
mod
async_jsonl;
2
mod
jsonl_reader;
3
mod
take_n;
4
mod
value;
5
6
pub use
async_jsonl::
*
;