abrasive-protocol 0.0.1

Wire protocol types for abrasive, a remote cargo CLI.
Documentation
1
2
3
#[derive(Debug, thiserror::Error)]
#[error("{0}")]
pub struct DecodeError(pub(crate) Box<bincode::ErrorKind>);