kerfaCommon
kerfaCommon is a software library designed as a shared utility layer for the Kerfa software ecosystem. It provides a collection of core abstractions and facilities intended to be used by multiple Kerfa components to reduce duplication and promote consistency. The library is platform-agnostic and emphasizes portability, performance, and a stable API surface.
Key features include a set of common data structures (such as optional values and result types), robust
kerfaCommon is designed with a modular architecture. A core module supplies the essential primitives, while optional
Usage patterns include importing the core library into Kerfa modules to share configuration schemas, error types,