automaton 0.0.2

Parse regular languages
Documentation
  • Coverage
  • 28.57%
    4 out of 14 items documented0 out of 9 items with examples
  • Size
  • Source code size: 74.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.36 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • carllerche/automaton
    16 2 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • carllerche

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.