Docs.rs
from-regex-0.2.1
from-regex 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ecclarke42
Dependencies
from-regex-macros ^0.2.1
normal
lazy_static ^1
normal
regex ^1
normal
segmap ^0.1
normal
Versions
57.14%
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
from_
regex
0.2.1
From
Regex
Sections
Derive FromRegex
Implementation Notes
Usage with Structs
Usage with Enums
In crate from_
regex
from_regex
Derive Macro
FromRegex
Copy item path
Source
#[derive(FromRegex)] {
// Attributes available to this derive:
#[from_regex] }
Expand description
§
Derive FromRegex
§
Implementation Notes
Default implementations of
from_regex
will only match if the
entire string
is matched
§
Usage with Structs
§
Item Level Attributes
§
Usage with Enums
§
Item Level Attributes
Match Mode: TODO