PCRE crate in Rust

Does anyone know of a PCRE crate in rust?

i found these:

But they are very outdated and trying to update it is probably gonna be hard (I will try if nothing else is possible)

Anyway, thanks for any help in advance

I recently rebased GitHub - cadencemarseille/rust-pcre: Rust wrapper for libpcre at GitHub - alexcrichton/rust-pcre: Rust wrapper for libpcre which may help! (I don't plan on maintaining the crate though, just wanted to get it working on master)

If the previous owners of rust-pcre want to continue taking up the mantle, I certainly don't mind sending a PR with the update.