Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 701 Bytes

libConfuseFS

Build Status

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.

Building

git submodule update --init --recursive
mkdir build && cd build
cmake ..
cmake --build .