Skip to content

killercup/regex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.0%
  • Python 2.0%