xrl 0.0.1

Xi Rpc Lib - Tokio based implementation of the RPC used in the Xi editor
Documentation
1
2
3
4
5
6
pub mod errors;
pub mod codec;
pub mod message;
pub mod endpoint;

pub use self::endpoint::{Ack, Client, Endpoint, Response, Service, ServiceBuilder};