parse-display 0.11.0

Procedural macro to implement Display and FromStr using common settings.
Documentation
1
2
3
4
5
error: {} is not allowed in struct format.
 --> tests/compile_fail/display/struct_empty_field_ident.rs:4:11
  |
4 | #[display("{}")]
  |           ^^^^