parse-display 0.11.0

Procedural macro to implement Display and FromStr using common settings.
Documentation
1
2
3
4
5
error[E0425]: cannot find value `unknown` in this scope
 --> tests/compile_fail/display/invalid_with_enum.rs:6:24
  |
6 |     A(#[display(with = unknown)] u32),
  |                        ^^^^^^^ not found in this scope