2 releases

Uses old Rust 2015

0.0.2 Apr 19, 2024
0.0.1 Apr 24, 2015

#401 in Algorithms

Download history 6/week @ 2024-02-16 4/week @ 2024-02-23 6/week @ 2024-03-29 1/week @ 2024-04-05 125/week @ 2024-04-19 4/week @ 2024-04-26

131 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