drbawb / regex

Repository from Github https://github.comdrbawb/regexRepository from Github https://github.comdrbawb/regex

regex

A Rust library for parsing, compiling, and executing regular expressions.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
regex = "0.1.0"

and this to your crate root:

extern crate regex;

About


Languages

Language:Rust 100.0%