Improve Your Python Regex Performance Using Rust

Adarsh - Jun 29 - - Dev Community

I've made a wrapper over the Rust regex crate using PyO3 and maturin. I've named it flpc because it is short and easier to write. It works blazingly fast ⚡
(Only problem is that, it is not a full drop-in replacement for native re module)

pip install flpc
Enter fullscreen mode Exit fullscreen mode

Here's the link to the repository

. .