#regex #posix #regular #expressions #parser #basic #no-std

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

#212 in Parser tooling

Download history 28/week @ 2024-08-05 52/week @ 2024-08-12 101/week @ 2024-08-19 82/week @ 2024-08-26 30/week @ 2024-09-02 29/week @ 2024-09-09 40/week @ 2024-09-16 104/week @ 2024-09-23 206/week @ 2024-09-30 302/week @ 2024-10-07 173/week @ 2024-10-14 94/week @ 2024-10-21 68/week @ 2024-10-28 55/week @ 2024-11-04 44/week @ 2024-11-11 74/week @ 2024-11-18

252 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