libpacket-derive 0.1.1

Automatic bit manipulation for binary data formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: #[construct_with] must have at least one argument
  --> $DIR/construct-with-errors.rs:18:7
   |
18 |     #[construct_with()]
   |       ^^^^^^^^^^^^^^

error: #[construct_with] should be of the form #[construct_with(<types>)]
  --> $DIR/construct-with-errors.rs:26:22
   |
26 |     #[construct_with("test")]
   |                      ^^^^^^