Crate gistit_ipc

Source
Expand description

This is a simple crate to handle the inter process comms for gistit-daemon and gistit-cli TODO: Missing TCP socket implementation

Structs§

Bridge
Client
Server

Enums§

Error

Traits§

SockEnd

Functions§

client
Recv from [NAMED_SOCKET_1] and send to [NAMED_SOCKET_0] The owner of sock_1
server
Recv from [NAMED_SOCKET_0] and send to [NAMED_SOCKET_1] The owner of sock_0

Type Aliases§

Result