No description
Find a file
2023-02-06 14:38:58 +01:00
src Exchange-fd: fix a compilation issue (msghdr_const structure). 2023-02-06 14:15:48 +01:00
.gitignore
build.zig
libipc.h
README.md Add README. 2023-02-06 14:38:58 +01:00
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.

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.