circbuf 0.1.4

A growable circular buffer for working with bytes
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "circbuf"
version = "0.1.4"
authors = ["Jerome Froelich <jeromefroelich@hotmail.com>"]
description = "A growable circular buffer for working with bytes"
homepage = "https://github.com/jeromefroe/circbuf-rs"
documentation = "https://docs.rs/circbuf/"
readme = "README.md"
keywords = ["buffer", "bytes", "circular", "ring"]
license = "MIT"
repository = "https://github.com/jeromefroe/circbuf-rs.git"
[dev-dependencies.vecio]
version = "0.1.0"

[features]
nightly = []