parse-display 0.11.0

Procedural macro to implement Display and FromStr using common settings.
Documentation
1
2
3
4
5
error: `(?P<>)` (empty capture name) is not allowed in struct's regex.
 --> tests/compile_fail/from_str/struct_empty_capture_name.rs:4:20
  |
4 | #[from_str(regex = "(?P<>)")]
  |                    ^^^^^^^^