Skip to content

A fork of Rust's regex crate, adding the ability to run regex's on non-contiguous data.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

cessen/streaming_regex

 
 

Repository files navigation

Streaming Regex

NOTE: this is WIP, and does not yet actually work as advertised below.

This is a fork of of the Regex crate, adding support for running regex's on non-contiguous or streaming data.

Note that this crate is slower than the regex crate, so you should use the regex crate if you are always running on contiguous data.

License

This project is licensed under either of

at your option.

About

A fork of Rust's regex crate, adding the ability to run regex's on non-contiguous data.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.6%
  • Python 5.4%