]> git.proxmox.com Git - cargo.git/blobdiff - vendor/aho-corasick/README.md
New upstream version 0.63.1
[cargo.git] / vendor / aho-corasick / README.md
index cd430518e281d8cb6f4490891879ab5a019b0f62..e254ff5345630d07e8fafc0cf824f79bb0dd965b 100644 (file)
@@ -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: