Module Netaux.KMP

type pattern
val make_pattern : string -> pattern
val find_pattern : pattern -> ?pos:int -> ?len:int -> Stdlib.Bytes.t -> int