kvarn_signal

Crates.iokvarn_signal
lib.rskvarn_signal
version0.2.1
sourcesrc
created_at2022-04-24 13:23:07.059306
updated_at2024-10-25 23:09:11.433582
descriptionEasy-to-use IPC signaling library, mainly used for kvarnctl
homepagehttps://kvarn.org/ctl/
repositoryhttps://github.com/Icelk/kvarn/
max_upload_size
id573117
size18,093
Icelk (Icelk)

documentation

README

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.

Commit count: 1435

cargo fmt