rjiter 1.3.1

Streaming JSON parser on top of Jiter
Documentation
[dependencies.embedded-io]
version = "0.7"

[dependencies.jiter]
version = "0.8.2"

[dev-dependencies.embedded-io]
features = ["std"]
version = "0.7"

[features]
default = []
display = []
std = ["embedded-io/std", "display"]

[lib]
crate-type = ["lib"]
name = "rjiter"
path = "src/lib.rs"

[package]
authors = ["Oleg Parashchenko <olpa@uucode.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "parsing"]
description = "Streaming JSON parser on top of Jiter"
edition = "2021"
homepage = "https://github.com/olpa/streaming_json"
keywords = ["json"]
license = "MIT"
name = "rjiter"
readme = "README.md"
repository = "https://github.com/olpa/streaming_json"
version = "1.3.1"

[[test]]
name = "buffer_test"
path = "tests/buffer_test.rs"

[[test]]
name = "chunk_reader"
path = "tests/chunk_reader.rs"

[[test]]
name = "error_test"
path = "tests/error_test.rs"

[[test]]
name = "lookahead_test"
path = "tests/lookahead_test.rs"

[[test]]
name = "one_byte_reader"
path = "tests/one_byte_reader.rs"

[[test]]
name = "rjiter_test"
path = "tests/rjiter_test.rs"