No description
Find a file
2023-05-15 10:13:01 +02:00
src End the connection when reading a wrong message length. 2023-05-15 10:13:01 +02:00
.gitignore
build.zig Following the new Zig std. 2023-05-03 03:21:30 +02:00
libipc.h
makefile Following the new Zig std. 2023-05-03 03:21:30 +02:00
README.md
TODO.md

libipc

libipc - Simple, easy-to-use IPC library.

Compilation

Either make or zig build.

For more options, see either the makefile or build.zig.

Install

make install
# By default, install in the /usr/local/ prefix, but it can be changed.
make install PREFIX=/usr/

Usage

See the dedicated repository.

Status

LibIPC reached a stable state and is usable. Performance is fine for most projects, but can be largely improved.