memcmp 0.0.2

Optimized memory comparisons for u8 slices ([u8])
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "memcmp"
version = "0.0.2"
description = "Optimized memory comparisons for u8 slices ([u8])"
license = "MIT"
documentation = "https://github.com/daramos/rust-memcmp"
homepage = "https://github.com/daramos/rust-memcmp"
repository = "https://github.com/daramos/rust-memcmp"
readme = "README.md"
keywords = ["memcmp","compare"]

authors = ["Daniel Ramos <dan@daramos.com>"]