rust-lang / regexLinks
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
☆3,767Updated this week
Alternatives and similar repositories for regex
Users that are interested in regex are comparing it to the libraries listed below
Sorting:
- Zero-cost asynchronous programming in Rust☆5,708Updated last month
- Date and time library for Rust☆3,656Updated last week
- Rust port of Google's SwissTable hash map☆2,728Updated last week
- Parser for Rust source code☆3,152Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆2,988Updated 3 weeks ago
- derive(Error) for struct and enum error types☆5,072Updated this week
- Flexible concrete Error type built on std::Error☆6,158Updated this week
- Strongly typed JSON library for Rust☆5,303Updated this week
- An interpreter for Rust's mid-level intermediate representation☆5,393Updated this week
- Rust friendly bindings to *nix APIs☆2,880Updated last week
- Statistics-driven benchmarking library for Rust☆5,214Updated 3 weeks ago
- Async version of the Rust standard library