bloop-protocol 1.0.0

Core implementation of the Bloop wire protocol
1
2
3
4
5
6
7
8
use bloop_protocol::Payload;

#[derive(Payload)]
#[bloop(opcode = 0x80)]
#[bloop(opcode = 0x81)]
struct Message;

fn main() {}