regex 1.0.6

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
Build #125726 2018-11-06T14:43:52.706818+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)# docs.rs version
cratesfyi 0.6.0 (c695234 2018-11-02)# build log
Updating crates.io index
Downloading crates ...
Downloaded regex v1.0.6
Fresh version_check v0.1.5
Fresh libc v0.2.43
Fresh cfg-if v0.1.6
Fresh lazy_static v1.2.0
Fresh ucd-util v0.1.2
Compiling regex v1.0.6
Fresh utf8-ranges v1.0.2
Fresh thread_local v0.3.6
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.6/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=0f602a547bfa90e4 -C extra-filename=-0f602a547bfa90e4 --out-dir /home/cratesfyi/cratesfyi/debug/build/regex-0f602a547bfa90e4 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh regex-syntax v0.6.2
Fresh memchr v2.1.1
Fresh aho-corasick v0.6.9
Running `/home/cratesfyi/cratesfyi/debug/build/regex-0f602a547bfa90e4/build-script-build`
Documenting regex v1.0.6
Running `rustdoc --crate-name regex /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.0.6/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="use_std"' -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'rand=https://docs.rs/rand/0.5.5' --extern-html-root-url 'utf8_ranges=https://docs.rs/utf8-ranges/1.0.2' --extern-html-root-url 'thread_local=https://docs.rs/thread_local/0.3.6' --extern-html-root-url 'aho_corasick=https://docs.rs/aho-corasick/0.6.9' --extern-html-root-url 'memchr=https://docs.rs/memchr/2.1.1' --extern-html-root-url 'regex_syntax=https://docs.rs/regex-syntax/0.6.2' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.2.0' --extern-html-root-url 'quickcheck=https://docs.rs/quickcheck/0.7.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-3b29bc831136c446.rmeta --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-df1b2974a89a1917.rmeta --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-a3fa4bce8a594835.rmeta --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-2bfc89cb410a166f.rmeta --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-ac7afa0461c8fb89.rmeta --cfg regex_runtime_teddy_ssse3 --cfg regex_runtime_teddy_avx2`
Finished dev [unoptimized + debuginfo] target(s) in 5.66s