posix-regex 0.1.1

A library for parsing POSIX regular expressions
Documentation
# 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.