extract 0.1.1

A tool for extracting text from text.
Documentation
1
2
3
4
5
6
7
8
9
#![recursion_limit = "1024"]

pub extern crate regex;

#[macro_use]
extern crate error_chain;
pub mod errors;

pub mod search;