#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

#225 in Parser tooling

Download history 37/week @ 2024-09-14 96/week @ 2024-09-21 117/week @ 2024-09-28 368/week @ 2024-10-05 140/week @ 2024-10-12 149/week @ 2024-10-19 75/week @ 2024-10-26 61/week @ 2024-11-02 41/week @ 2024-11-09 65/week @ 2024-11-16 137/week @ 2024-11-23 94/week @ 2024-11-30 101/week @ 2024-12-07 149/week @ 2024-12-14 65/week @ 2024-12-21 87/week @ 2024-12-28

410 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