regex 0.2.9

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
Build #91474 2018-03-13T02:37:55.904644+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 v0.2.9
Fresh ucd-util v0.1.1
Fresh utf8-ranges v1.0.0
Compiling regex v0.2.9
Fresh void v1.0.2
Fresh libc v0.2.39
Fresh lazy_static v1.0.0
Fresh regex-syntax v0.5.2
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.9/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=bb3b2183a7fd627e -C extra-filename=-bb3b2183a7fd627e --out-dir /home/cratesfyi/cratesfyi/debug/build/regex-bb3b2183a7fd627e -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 `/home/cratesfyi/cratesfyi/debug/build/regex-bb3b2183a7fd627e/build-script-build`
Documenting regex v0.2.9
Running `rustdoc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.9/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-e524697c89f1b116.rlib --extern-version aho_corasick=aho-corasick,0.6.4 --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-9849aa03c5433ec7.rlib --extern-version regex_syntax=regex-syntax,0.5.2 --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-b81dc320c0a952bb.rlib --extern-version utf8_ranges=utf8-ranges,1.0.0`
Finished dev [unoptimized + debuginfo] target(s) in 1.88 secs