Add README.
This commit is contained in:
parent
64506bbee0
commit
fc81cbddc8
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 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][examples].
|
||||
|
||||
# Status
|
||||
|
||||
LibIPC reached a stable state and is usable.
|
||||
Performance is fine for most projects, but can be largely improved.
|
||||
|
||||
[examples]: https://git.baguette.netlib.re/Baguette/libipc-examples
|
Loading…
Reference in New Issue
Block a user