bufferpool 0.1.1

A vector of vectors backed by one contiguous vector - allows mutable borrows of non-overlapping regions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"