Crates.io | kvarn_signal |
lib.rs | kvarn_signal |
version | 0.2.1 |
source | src |
created_at | 2022-04-24 13:23:07.059306 |
updated_at | 2024-10-25 23:09:11.433582 |
description | Easy-to-use IPC signaling library, mainly used for kvarnctl |
homepage | https://kvarn.org/ctl/ |
repository | https://github.com/Icelk/kvarn/ |
max_upload_size | |
id | 573117 |
size | 18,093 |
A library to send messages to and from Kvarn instances.
kvarn_signal
provides the backbone of the communications of kvarnctl
.
It is currently only supported on UNIX, as we use UNIX sockets. There are plans to use named pipes on Windows. This is however a low priority, as managing of servers on Windows seems like it would be a seldom used feature.
See doc.kvarn.org for the most up-to-date docs.