Easily embeddable library that exposes a program's configuration as a filesystem using FUSE. Written in C++11. The configuration is currently backed by a JSON Schema(using JConf).
The goal is to provide users with an easily accessible interface similar to linux kernel's sysfs with type safety and schema validation.
git submodule update --init --recursive
mkdir build && cd build
cmake ..
cmake --build .