parse-display 0.11.0

Procedural macro to implement Display and FromStr using common settings.
Documentation
1
2
3
4
5
error: `#[from_str(default)]` cannot be specified for enum.
 --> tests/compile_fail/from_str/enum_default.rs:4:12
  |
4 | #[from_str(default)]
  |            ^^^^^^^