1 unstable release
0.1.0 | Apr 24, 2022 |
---|
#41 in #web-server
107 downloads per month
Used in 7 crates
(2 directly)
9KB
120 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–7.5MB
~110K SLoC