Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 926 Bytes

File metadata and controls

15 lines (10 loc) · 926 Bytes

Regex automata toolkit

A lightweight crate implementing primitives for producing and manipulating Regex, NFA, and DFA.

This crate can be used to execute DFAs on uncommon data structures or to build tools for low-level regex manipulation.

Features

Regex parsing is not reimplemented; instead, the standard crate regex-syntax is used.