xrl 0.0.9

Xi Rpc Lib - Tokio based implementation of the RPC used in the Xi editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod codec;
pub mod endpoint;
pub mod errors;
pub mod message;
pub mod server;
pub mod transport;

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