memmem

Crates.iomemmem
lib.rsmemmem
version0.1.1
sourcesrc
created_at2015-11-08 19:16:15.684997
updated_at2016-05-01 10:15:48.015488
descriptionSubstring searching
homepage
repositoryhttp://github.com/jneem/memmem
max_upload_size
id3387
size29,298
(jneem)

documentation

http://jneem.github.io/memmem

README

memmem

This is a crate for substring searching (with functionality similar to the memmem function in C). So far, it only contains a copy of the two-way search implementation from rust's standard library (but with an API that allows searching in &[u8]). Eventually, we plan to provide other searching algorithms, and possibly also some heuristics to choose a good searching algorithm based on the substring we are looking for.

Build status Coverage Status

Documentation

Commit count: 0

cargo fmt