bipbuffer 0.1.1

A Rust implementation of Simon Cooke's Bip-Buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bipbuffer"
version = "0.1.1"
authors = ["Kevin Rauwolf <sweetpea-git@tentacle.net>"]
description = "A Rust implementation of Simon Cooke's Bip-Buffer"
homepage = "https://github.com/squidpickles/bipbuffer"
readme = "README.md"
keywords = ["circular", "ring", "bipartite", "buffer"]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/squidpickles/bipbuffer.git"

[dependencies]

[badges]
travis-ci = { repository = "squidpickles/bipbuffer", branch = "master" }