rust-lang / regexLinks
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
☆3,868Updated 3 weeks ago
Alternatives and similar repositories for regex
Users that are interested in regex are comparing it to the libraries listed below
Sorting:
- Date and time library for Rust☆3,747Updated last week
- Zero-cost asynchronous programming in Rust☆5,785Updated 5 months ago
- Raw bindings to platform APIs for Rust☆2,437Updated last week
- Strongly typed JSON library for Rust☆5,429Updated this week
- Extra iterator adaptors, iterator methods, free functions, and macros.