Streamson tokio
A library which integrates streamson with tokio. So that you can easily split jsons using asynchronous rust.
Examples
Reading a large file
use io;
use error;
use SimpleExtractor;
use ;
use FramedRead;
let mut file = open.await?;
let extractor = new;
let mut output = new;
while let Some = output.next.await