rama-ttrpc 0.4.0

ttRPC (gRPC for low-memory environments) support for rama
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod buf;
pub(crate) mod decodeable;
pub(crate) mod encodeable;
pub(crate) mod error;
pub(crate) mod fallible_buf;

pub(crate) use buf::BufExt;
pub(crate) use decodeable::Decodeable;
pub(crate) use encodeable::Encodeable;
pub(crate) use error::{DecodeError, InvalidInput};
pub(crate) use fallible_buf::{FallibleBuf, TryIntoBuf};