The regex_with
library provides Rust procedural macros to enable regex-based parsing capabilities for custom types. It simplifies the integration of regex patterns into the parsing process of data structures.
Example
use ;
let record: Record = "123".parse.unwrap;
assert_eq!;