[go: up one dir, main page]

regex 1.11.3

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
1
2
pub(crate) mod bytes;
pub(crate) mod string;