X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vendor%2Faho-corasick%2FREADME.md;h=e254ff5345630d07e8fafc0cf824f79bb0dd965b;hb=62c5094d5265fc90ea4602c817a684f71753f356;hp=cd430518e281d8cb6f4490891879ab5a019b0f62;hpb=c8d4b49468829b2cd444e8e607b03babde2ef24c;p=cargo.git diff --git a/vendor/aho-corasick/README.md b/vendor/aho-corasick/README.md index cd430518e..e254ff534 100644 --- a/vendor/aho-corasick/README.md +++ b/vendor/aho-corasick/README.md @@ -9,9 +9,9 @@ Features include case insensitive matching, overlapping matches, fast searching via SIMD and optional full DFA construction and search & replace in streams. [![Build status](https://github.com/BurntSushi/aho-corasick/workflows/ci/badge.svg)](https://github.com/BurntSushi/aho-corasick/actions) -[![](http://meritbadge.herokuapp.com/aho-corasick)](https://crates.io/crates/aho-corasick) +[![](https://meritbadge.herokuapp.com/aho-corasick)](https://crates.io/crates/aho-corasick) -Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). +Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). ### Documentation @@ -168,6 +168,12 @@ In general, this crate will be conservative with respect to the minimum supported version of Rust. +### FFI bindings + +* [G-Research/ahocorasick_rs](https://github.com/G-Research/ahocorasick_rs/) +is a Python wrapper for this library. + + ### Future work Here are some plans for the future: