Docs.rs
from-regex-macros-0.2.1
from-regex-macros 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ecclarke42
Dependencies
heck ^0.3
normal
lazy_static ^1.4
normal
proc-macro-error ^1
normal
proc-macro2 ^1
normal
quote ^1
normal
regex ^1.5
normal
syn ^1
normal
Versions
66.67%
of the crate is documented
Platform
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
from_
regex_
macros
0.2.1
From
Regex
Sections
Derive FromRegex
Implementation Notes
Usage with Structs
Usage with Enums
In crate from_
regex_
macros
Derive Macros
FromRegex
FromStr
from_regex_macros
Derive Macro
FromRegex
Copy item path
Settings
Help
Summary
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