#regex #posix #regular #expressions #parser #require #basic

nightly no-std posix-regex

A library for parsing POSIX regular expressions

2 releases

Uses old Rust 2015

0.1.1 Nov 21, 2018
0.1.0 Oct 5, 2018

#217 in Parser tooling

Download history 24/week @ 2024-03-14 51/week @ 2024-03-21 95/week @ 2024-03-28 33/week @ 2024-04-04 35/week @ 2024-04-11 106/week @ 2024-04-18 99/week @ 2024-04-25 53/week @ 2024-05-02 54/week @ 2024-05-09 187/week @ 2024-05-16 53/week @ 2024-05-23 60/week @ 2024-05-30 34/week @ 2024-06-06 29/week @ 2024-06-13 52/week @ 2024-06-20 27/week @ 2024-06-27

150 downloads per month
Used in 7 crates (via c-scape)

MIT license

67KB
2K SLoC

posix-regex Crates.io

A library for parsing POSIX regular expressions. Only supports ASCII. Created for use in relibc and does not require the std.

Currently only supports basic enhanced regex.

No runtime deps

Features