async-jsonl 0.4.0

An efficient async Rust library for reading and processing JSON Lines (JSONL) files using Tokio streams.
Documentation
1
2
3
4
5
6
mod async_jsonl;
mod jsonl_reader;
mod take_n;
mod value;

pub use async_jsonl::*;