Crate bytecount [] [src]

Counting occurrences of a byte in a slice

Functions

count

Count occurrences of a byte in a slice of bytes, fast

naive_count

Count occurrences of a byte in a slice of bytes, simple

naive_count_32

Count up to (2^32)-1 occurrences of a byte in a slice of bytes, simple