2 releases

Uses old Rust 2015

new 0.0.2 Apr 19, 2024
0.0.1 Apr 24, 2015

#410 in Algorithms

Download history 10/week @ 2024-02-19 7/week @ 2024-04-01 116/week @ 2024-04-15

123 downloads per month

MIT license

73KB
2K SLoC

A regular expression like library for Rust

Define automata that parse regular languages (languages that can be expressed using a regular expression). There currently is no direct support building an automata from a regular expression, but there is a builder API instead.

Build Status

Still very much a work in progress

See the tests for examples.

No runtime deps