[go: up one dir, main page]

regex 0.1.71

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
1
2
3
4
5
#[cfg(target_feature = "ssse3")]
pub mod teddy128;
#[cfg(not(target_feature = "ssse3"))]
#[path = "../simd_fallback/teddy128.rs"]
pub mod teddy128;