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§
Enums§
Traits§
Functions§
- client
- Recv from [
NAMED_SOCKET_1
] and send to [NAMED_SOCKET_0
] The owner ofsock_1
- server
- Recv from [
NAMED_SOCKET_0
] and send to [NAMED_SOCKET_1
] The owner ofsock_0