messagepack_rs/
binary.rs

1#[derive(Clone, Debug, PartialEq)]
2pub struct Binary(pub Vec<u8>);