regex-cli 0.0.1

Reserved for use with the regex crate.
1
2
3
4
5
compile_error!(
    "regex-cli is not yet available on crates.io, to install it use \
     'cargo install --git https://github.com/rust-lang/regex regex-cli'"
);
fn main() {}