bipbuffer 0.1.0

A Rust implementation of Simon Cooke's Bip-Buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "bipbuffer"
version = "0.1.0"
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"
license = "Apache-2.0"
repository = "https://github.com/squidpickles/bipbuffer.git"

[dependencies]