Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-lang/regex

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
https://github.com/rust-lang/regex

automata automaton dfa nfa regex regex-engine regex-parser regex-syntax regexp regular-expressions rust

Last synced: about 2 months ago
JSON representation

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

Awesome Lists containing this project