bigwise 0.4.0

Bitwise operations on fixed-size, arbitrary big buffer of bytes.
Documentation
[package]

name = "bigwise"
version = "0.4.0"
authors = ["orenaud <o.renaud@gmx.fr>"]
description = "Bitwise operations on fixed-size, arbitrary big buffer of bytes."
repository = "https://bitbucket.org/olivren/bigwise"
documentation = "http://olivren.bitbucket.org/rustdoc/bigwise"
readme = "readme.md"
keywords = ["bits", "bitwise", "shift", "bool", "boolean"]
license = "MIT"

[dependencies]
rand = "0.3"

[dev-dependencies]
quickcheck = "0.2"