regex_macros 0.2.0

An implementation of statically compiled regular expressions for Rust. Unless you specifically need compile time regular expressions or a matching engine that is guaranteed not to allocate, you should temporarily prefer using the plain regex crate (since it is almost always faster).
Documentation
Build #89024 2018-03-05T22:22:05.588367+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading regex_macros v0.2.0
Fresh void v1.0.2
Fresh regex-syntax v0.4.2
Fresh libc v0.2.39
Fresh lazy_static v1.0.0
Fresh utf8-ranges v1.0.0
Fresh unreachable v1.0.0
Fresh memchr v2.0.1
Fresh thread_local v0.3.5
Fresh aho-corasick v0.6.4
Compiling regex v0.2.6
Running `rustc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="pattern"' -C metadata=6003369e5dfd6084 -C extra-filename=-6003369e5dfd6084 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-b81dc320c0a952bb.rlib --extern-version utf8_ranges=utf8-ranges,1.0.0 --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-db3ee6d3c7fe5526.rlib --extern-version thread_local=thread_local,0.3.5 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-e524697c89f1b116.rlib --extern-version aho_corasick=aho-corasick,0.6.4 --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --cap-lints allow`
Documenting regex_macros v0.2.0
Running `rustdoc --crate-name regex_macros .cargo/registry/src/github.com-1ecc6299db9ec823/regex_macros-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-6003369e5dfd6084.rlib --extern-version regex=regex,0.2.6`
Finished dev [unoptimized + debuginfo] target(s) in 6.23 secs