rex-regex

Crates.iorex-regex
lib.rsrex-regex
version0.1.4
sourcesrc
created_at2020-02-29 12:45:01.236392
updated_at2020-12-09 21:47:44.255229
descriptionA pedestrian library for regular expressions: Slow, but easy to understand
homepage
repositoryhttps://github.com/dermesser/rex
max_upload_size
id213775
size67,573
Lewin Bormann (dermesser)

documentation

https://docs.rs/rex-regex

README

rex

Travis
CI

rex is a mere playground where I'm trying to write an engine for parsing, compiling and matching regular expressions.

It's a bit slow right now, but generally works.

Consider the code licensed under the MIT license.

Bugs

  • Submatches can not start at the same position.
Commit count: 100

cargo fmt