midiserde 0.1.1

When mini isn't enough and serde is too much
Documentation
1
2
3
4
5
error: #[mini(skip_serializing)] or #[mini(skip)] cannot be used with #[mini(with)]
 --> tests/invalid/skip_with.rs:6:14
  |
6 |     payload: Vec<u8>,
  |              ^^^