bufferpool 0.1.7

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[badges]
travis-ci = { repository = "https://github.com/bennetthardwick/buffer-pool" }