bcmp 0.3.2

bcmp offers fast binary data comparison algorithms
Documentation
[package]
name = "bcmp"
version = "0.3.2"
authors = ["Charles Hubain <github@haxelion.eu>"]
description = "bcmp offers fast binary data comparison algorithms"
categories = ["algorithms"]
documentation = "https://docs.rs/bcmp"
homepage = "https://github.com/haxelion/bcmp"
repository = "https://github.com/haxelion/bcmp"
license = "MIT"

[badges]
travis-ci = { repository = "haxelion/bcmp" }

[dependencies]
bytepack = "0.3.1"

[dev-dependencies]
rand = "0.3"