[badges.travis-ci]
repository = "https://github.com/bennetthardwick/bufferpool"
[dependencies]
[package]
authors = ["Bennett Hardwick <me@bennetthardwick.com>"]
categories = ["algorithms", "data-structures"]
description = "A vector of vectors backed by one contiguous vector - allows mutable borrows of non-overlapping regions."
edition = "2018"
keywords = ["vector", "buffer"]
license = "MIT"
name = "bufferpool"
readme = "README.md"
repository = "https://github.com/bennetthardwick/buffer-pool"
version = "0.1.1"