3 unstable releases
0.2.1 | Oct 25, 2024 |
---|---|
0.2.0 | Feb 4, 2024 |
0.1.0 | Apr 24, 2022 |
#926 in Unix APIs
173 downloads per month
Used in 4 crates
(2 directly)
19KB
270 lines
kvarn_signal
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.
lib.rs
:
Inter process signalling library used by kvarnctl
to communicate with Kvarn.
Dependencies
~3–15MB
~131K SLoC