regex 1.2.1

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
Build #176491 2019-08-03T20:15:59.960793+00:00
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)
# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)

# build log
Updating crates.io index
Fresh lazy_static v1.3.0
Fresh regex-syntax v0.6.11
Fresh memchr v2.2.1
Fresh thread_local v0.3.6
Fresh aho-corasick v0.7.6
Documenting regex v1.2.1
Running `rustdoc --crate-name regex /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.2.1/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 -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search --extern-html-root-url 'aho_corasick=https://docs.rs/aho-corasick/0.7.6' --extern-html-root-url 'doc_comment=https://docs.rs/doc-comment/0.3.1' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.3.0' --extern-html-root-url 'memchr=https://docs.rs/memchr/2.2.1' --extern-html-root-url 'quickcheck=https://docs.rs/quickcheck/0.8.5' --extern-html-root-url 'rand=https://docs.rs/rand/0.6.5' --extern-html-root-url 'regex_syntax=https://docs.rs/regex-syntax/0.6.11' --extern-html-root-url 'thread_local=https://docs.rs/thread_local/0.3.6' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-336e4b853eca2307.rmeta --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-295e069a33d0c042.rmeta --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-72a8145841c2e463.rmeta --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-3e1395d57fcd2adb.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 2.29s