#regex #posix #expressions #regular #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

#232 in Parser tooling

Download history 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 96/week @ 2024-12-28 62/week @ 2025-01-04 78/week @ 2025-01-11 88/week @ 2025-01-18 51/week @ 2025-01-25 93/week @ 2025-02-01 148/week @ 2025-02-08 73/week @ 2025-02-15 134/week @ 2025-02-22 153/week @ 2025-03-01

529 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