memcmp 0.0.6

Optimized memory comparisons for integer slices. Temporary solution until rust issue 16913 is resolved.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
nightly = []

[package]
authors = ["Daniel Ramos <dan@daramos.com>"]
description = "Optimized memory comparisons for integer slices. Temporary solution until rust issue 16913 is resolved."
documentation = "https://github.com/daramos/rust-memcmp"
homepage = "https://github.com/daramos/rust-memcmp"
keywords = ["memcmp", "compare"]
license = "MIT"
name = "memcmp"
readme = "README.md"
repository = "https://github.com/daramos/rust-memcmp"
version = "0.0.6"