#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

#199 in Parser tooling

Download history 286/week @ 2023-12-18 174/week @ 2023-12-25 141/week @ 2024-01-01 69/week @ 2024-01-08 30/week @ 2024-01-15 27/week @ 2024-01-22 22/week @ 2024-01-29 32/week @ 2024-02-05 93/week @ 2024-02-12 38/week @ 2024-02-19 138/week @ 2024-02-26 24/week @ 2024-03-04 52/week @ 2024-03-11 27/week @ 2024-03-18 55/week @ 2024-03-25 97/week @ 2024-04-01

234 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