substruct 0.1.3

A proc-macro to create subsets of structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unexpected token
 --> tests/ui/fail/multiple-errors.rs:5:32
  |
5 |     #[substruct_attr(blah, blah, blah)]
  |                                ^

error: unexpected token
 --> tests/ui/fail/multiple-errors.rs:6:32
  |
6 |     #[substruct_attr(blah, bleh, blah)]
  |                                ^