LibIPC: the simplest IPC library you'll probably find.
 
 
 
Go to file
Philippe Pittoli 70c062a598 Code style using 'zig fmt'. 2023-02-07 07:47:00 +01:00
src Code style using 'zig fmt'. 2023-02-07 07:47:00 +01:00
.gitignore Initial commit. Old commit history: https://git.baguette.netlib.re/Baguette/libipc-old 2023-02-06 10:44:51 +01:00
README.md Add README. 2023-02-06 14:38:58 +01:00
TODO.md TODO: put the error message in a code block. 2023-02-06 14:44:33 +01:00
build.zig Initial commit. Old commit history: https://git.baguette.netlib.re/Baguette/libipc-old 2023-02-06 10:44:51 +01:00
libipc.h Initial commit. Old commit history: https://git.baguette.netlib.re/Baguette/libipc-old 2023-02-06 10:44:51 +01:00

README.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.