bloop-protocol 1.1.0

Core implementation of the Bloop wire protocol
1
2
3
4
5
error: Vec fields require #[bloop(count = u8)] or #[bloop(count = u32)]
 --> tests/ui/vec-without-count.rs:5:5
  |
5 |     items: Vec<u8>,
  |     ^^^^^^^^^^^^^^