streamson-lib 1.0.2

Library for splitting large JSONs
Documentation
[package]
name = "streamson-lib"
version = "1.0.2"
authors = ["Stepan Henek"]
edition = "2018"
description = "Library for splitting large JSONs"
license = "MIT"
readme = "README.md"
keywords = ["json"]
repository = "https://github.com/shenek/streamson"
categories = ["parsing"]

[dependencies]
bytes = "0.5"

[dev-dependencies]
tempfile = "3.1"
criterion = "0.3"

[[bench]]
name = "basic"
harness = false