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.
-
Notifications
You must be signed in to change notification settings - Fork 1
Substring searching in rust
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
jneem/memmem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Substring searching in rust
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Stars
Watchers
Forks
Packages 0
No packages published