Expand description
Rust implementation of Emacs RPC (EPC) protocol
This crate provides a complete implementation of the EPC protocol for communication between Emacs and Rust applications.
Re-exports§
pub use client::Client;pub use client::Process;pub use error::ERPCError;pub use error::Result;pub use protocol::Framer;pub use protocol::Message;pub use registry::MethodInfo;pub use registry::MethodRegistry;pub use server::Server;pub use server::ServerConfig;pub use uid::UidGenerator;