regex 1.0.2

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
Build #109129 2018-07-18T13:36:46.895499+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh lazy_static v1.0.2
Fresh libc v0.2.42
Fresh utf8-ranges v1.0.0
Fresh void v1.0.2
Fresh ucd-util v0.1.1
Compiling memchr v2.0.1
Compiling unreachable v1.0.0
Compiling regex-syntax v0.6.2
Compiling regex v1.0.2
Running `rustc --crate-name regex_syntax .cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7c9b9d7d13142ebc -C extra-filename=-7c9b9d7d13142ebc --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 `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="use_std"' -C metadata=f754cb82c0139373 -C extra-filename=-f754cb82c0139373 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --cap-lints allow`
Running `rustc --crate-name unreachable .cargo/registry/src/github.com-1ecc6299db9ec823/unreachable-1.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b9c7c97cb1bf6717 -C extra-filename=-b9c7c97cb1bf6717 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-6c52c4ddaea6e3db.rlib --extern-version void=void,1.0.2 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/regex-4c4742c151f4ea72/build-script-build`
Compiling thread_local v0.3.5
Running `rustc --crate-name thread_local .cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=db3ee6d3c7fe5526 -C extra-filename=-db3ee6d3c7fe5526 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-ddd2254b03b3b334.rlib --extern-version lazy_static=lazy_static,1.0.2 --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --cap-lints allow`
Compiling aho-corasick v0.6.6
Running `rustc --crate-name aho_corasick .cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bd891828767aef4b -C extra-filename=-bd891828767aef4b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --cap-lints allow`
Documenting regex v1.0.2
Running `rustdoc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="use_std"' -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-bd891828767aef4b.rlib --extern-version aho_corasick=aho-corasick,0.6.6 --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-7c9b9d7d13142ebc.rlib --extern-version regex_syntax=regex-syntax,0.6.2 --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 --cfg regex_runtime_teddy_ssse3 --cfg regex_runtime_teddy_avx2`
warning: [E0] cannot be resolved, ignoring it...

warning: [ED] cannot be resolved, ignoring it...

warning: [1] cannot be resolved, ignoring it...

warning: [i] cannot be resolved, ignoring it...

warning: [Debug] cannot be resolved, ignoring it...

warning: [2] cannot be resolved, ignoring it...

warning: [3] cannot be resolved, ignoring it...

warning: [4a] cannot be resolved, ignoring it...

warning: [4b] cannot be resolved, ignoring it...

warning: [4c] cannot be resolved, ignoring it...

warning: [4d] cannot be resolved, ignoring it...

warning: [2a] cannot be resolved, ignoring it...

warning: [2b] cannot be resolved, ignoring it...

warning: [ip] cannot be resolved, ignoring it...

Finished dev [unoptimized + debuginfo] target(s) in 7.9 secs