primal-bit 0.3.2

Bit-vector specialised to the prime-number-related needs of `primal`.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "hamming"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65043da274378d68241eb9a8f8f8aa54e349136f7b8e12f63e3ef44043cc30e1"

[[package]]
name = "primal-bit"
version = "0.3.2"
dependencies = [
 "hamming",
]