Docs.rs
brzozowski-regex-0.2.0
brzozowski-regex 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
hendrikvanantwerpen
Dependencies
itertools ^0.12
normal
smallvec ^1.11
normal
Versions
52.08%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
brzozowski_
regex
0.2.0
Into
Regex
Required Methods
r
Implementors
In brzozowski_
regex::
syntax
brzozowski_regex
::
syntax
Trait
IntoRegex
Copy item path
Source
pub trait IntoRegex<S:
Alphabet
> { // Required method fn
r
(self) ->
Regex
<S>; }
Required Methods
§
Source
fn
r
(self) ->
Regex
<S>
Implementors
§
Source
§
impl<S:
Alphabet
, T>
IntoRegex
<S> for T
where T: IntoRegex<
Default
<S>>,