posix-regex 0.1.4

A library for parsing POSIX regular expressions
Documentation
1
2
3
4
5
6
# posix-regex [![Crates.io]https://img.shields.io/crates/v/posix-regex.svg]https://crates.io/crates/posix-regex

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.