2 releases

Uses old Rust 2015

0.0.2 Apr 19, 2024
0.0.1 Apr 24, 2015

#406 in Algorithms

Download history 4/week @ 2024-02-15 6/week @ 2024-02-22 5/week @ 2024-03-28 2/week @ 2024-04-04 123/week @ 2024-04-18 6/week @ 2024-04-25

129 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