builders 0.5.0

Rust macros for building structs
Documentation
1
2
3
4
5
6
7
error: Expected "each" to be a string
  --> tests/08-unrecognized-attribute.rs:19:10
   |
19 | #[derive(Builder)]
   |          ^^^^^^^
   |
   = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)