trapeze 0.7.1

A rust implementation of ttrpc
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod buf;
pub mod decodeable;
pub mod encodeable;
pub mod error;
pub mod fallible_buf;

pub use buf::{BufExt, BufMutExt};
pub use decodeable::Decodeable;
pub use encodeable::Encodeable;
pub use error::{DecodeError, EncodeError, InvalidInput};
pub use fallible_buf::{FallibleBuf, TryIntoBuf};