Andrew Gallant 2d0e77a457 Divorce regex_macros from regex.
Fixes #31 and #33.

There are a number of related changes in this commit:

1. A script that generates the 'match' tests has been reintroduced.
2. The regex-dna shootout benchmark has been updated.
3. Running `cargo test` on the `regex` crate does not require
   `regex_macros`.
4. The documentation has been updated to use `Regex::new(...).unwrap()`
   instead of `regex!`. The emphasis on using `regex!` has been reduced,
   and a note about its unavailability in Rust 1.0 beta/stable has been
   added.
5. Updated Travis to test both `regex` and `regex_macros`.
2015-02-28 14:15:36 -05:00
2015-02-28 14:15:36 -05:00
2015-02-28 14:15:36 -05:00
2015-01-12 20:21:46 -05:00
2015-02-28 14:15:36 -05:00
2015-02-28 14:15:36 -05:00
2015-01-05 22:50:07 +11:00

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.8"

and this to your crate root:

extern crate regex;
Description
No description provided
Readme 6.5 MiB
Languages
Rust 91.8%
RenderScript 5.6%
C 1.9%
Python 0.4%
Shell 0.2%