[go: up one dir, main page]

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