u8pool 1.1.2

Stack for u8 slices in a client-provided buffers
Documentation
[dependencies]

[features]
default = []
display = []
std = ["display"]

[lib]
name = "u8pool"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std", "embedded"]
description = "Stack for u8 slices in a client-provided buffers"
edition = "2021"
keywords = ["memory-pool", "no-std", "embedded", "zero-allocation", "stack"]
license = "MIT"
name = "u8pool"
readme = "README.md"
repository = "https://github.com/olpa/streaming_json/tree/master/u8pool"
version = "1.1.2"

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

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

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

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