| Crates.io | automaton |
| lib.rs | automaton |
| version | 0.0.2 |
| created_at | 2015-04-24 19:20:22.380917+00 |
| updated_at | 2024-04-19 19:35:24.411396+00 |
| description | Parse regular languages |
| homepage | https://github.com/carllerche/automaton |
| repository | https://github.com/carllerche/automaton |
| max_upload_size | |
| id | 1941 |
| size | 72,757 |
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.
Still very much a work in progress
See the tests for examples.