flatbuffers-pool 0.1.3

FlatBufferBuilder pool
Documentation
[dependencies.flatbuffers]
version = "0.6"

[dependencies.once_cell]
version = "1"

[dependencies.parking_lot]
version = "0.10"
[dev-dependencies.crossbeam-queue]
version = "0.2"

[package]
authors = ["Keith Noguchi <keith.noguchi@gmail.com>"]
build = false
categories = ["encoding", "data-structures", "memory-management"]
description = "FlatBufferBuilder pool"
documentation = "https://docs.rs/flatbuffers-pool"
edition = "2018"
homepage = "https://github.com/keithnoguchi/flatbuffers-pool"
keywords = ["flatbuffers", "pool", "zero-copy"]
license = "Apache-2.0/MIT"
name = "flatbuffers-pool"
readme = "README.md"
repository = "https://github.com/keithnoguchi/flatbuffers-pool"
version = "0.1.3"