Crate jsonrpc_ipc_server
source ·Expand description
Cross-platform JSON-RPC IPC transport.
Re-exports
pub extern crate jsonrpc_core;pub use self::server_utils::tokio;Structs
CloseHandle allows one to stop an IpcServer remotely.Noop-extractor
Request context
A NOOP struct for bringing the API between Windows and Unix up to parity. To set permissions
properly on Unix, you can just use
std::os::unix::fs::PermissionsExt.IPC Server handle
IPC server builder
Enums
Separator for enveloping messages in streaming codecs
Traits
Metadata extractor (per session)
Keeps track of open sessions
Type Definitions
Session id