kode-bridge 0.1.0

Cross-platform Rust library for sending HTTP requests over IPC channels (Unix sockets, planned Windows named pipes).
Documentation
1
2
3
4
5
6
pub mod errors;
pub mod ipc_cilent;
pub mod ipc_http;
pub mod types;

pub use ipc_cilent::IpcHttpClient;