Docs.rs
regex-automata-0.4.8
regex-automata 0.4.8
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
BurntSushi
Dependencies
aho-corasick ^1.0.0
normal
optional
log ^0.4.14
normal
optional
memchr ^2.6.0
normal
optional
regex-syntax ^0.8.5
normal
optional
anyhow ^1.0.69
dev
bstr ^1.3.0
dev
doc-comment ^0.3.3
dev
env_logger ^0.9.3
dev
quickcheck ^1.0.3
dev
regex-test ^0.1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
regex_
automata
0.4.8
Module start
Module Items
Structs
In regex_
automata::
util
regex_automata
::
util
Module
start
Copy item path
source
Expand description
Provides helpers for dealing with start state configurations in DFAs.
Structs
§
Config
The configuration used to determine a DFA’s start state for a search.