regex 1.0.0

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
Build #97910 2018-05-01 20:55:45
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# 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 v1.0.0
Compiling regex v1.0.0
Fresh ucd-util v0.1.1
Fresh libc v0.2.40
Fresh utf8-ranges v1.0.0
Fresh lazy_static v1.0.0
Fresh void v1.0.2
Compiling regex-syntax v0.6.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=90e4d29771d7b546 -C extra-filename=-90e4d29771d7b546 --out-dir /home/cratesfyi/cratesfyi/debug/build/regex-90e4d29771d7b546 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh unreachable v1.0.0
Fresh memchr v2.0.1
Fresh aho-corasick v0.6.4
Fresh thread_local v0.3.5
Running `rustc --crate-name regex_syntax .cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=38e34e314af44eaa -C extra-filename=-38e34e314af44eaa --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ucd_util=/home/cratesfyi/cratesfyi/debug/deps/libucd_util-d8662c6541aa600a.rlib --extern-version ucd_util=ucd-util,0.1.1 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/regex-90e4d29771d7b546/build-script-build`
Documenting regex v1.0.0
Running `rustdoc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="use_std"' -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -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 memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --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-38e34e314af44eaa.rlib --extern-version regex_syntax=regex-syntax,0.6.0 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-e524697c89f1b116.rlib --extern-version aho_corasick=aho-corasick,0.6.4`
Finished dev [unoptimized + debuginfo] target(s) in 7.8 secs