Docs.rs
regex-dfa-gen-0.1.1
regex-dfa-gen 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
YuantianDing
Dependencies
dot ^0.1.4
normal
env_logger ^0.7.1
normal
log ^0.4
normal
sorted-vec ^0.3.7
normal
thiserror ^1.0.20
normal
Versions
19.3%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
regex_
dfa_
gen
0.1.1
Char
Stream
Implementations on Foreign Types
Chars<'_>
Implementors
In regex_
dfa_
gen::
ast
regex_dfa_gen
::
ast
Trait
CharStream
Copy item path
Source
pub trait CharStream:
Iterator
<Item =
char
> { }
Implementations on Foreign Types
§
Source
§
impl
CharStream
for
Chars
<'_>
Implementors
§