Named pipe ipc library (WIP).
mkdir build
cd build
cmake .. # `-D DEV=ON` for debug logging, `-D DOC=ON` for documentation generation
cmake --build .After the build step, cppiper can be installed as a system lib.
sudo cmake --install .A benchmark executable, benchmark, will be built along with the library. This doubles as an example of usage, the source code of which can be found in the benchmark directory.
- cppiper dynamic lib
- proper testing using cache2
- garbage collector for pipe manager