Ingot User Guide
Ingot is a C code generator for embedded key-value databases. It reads a TOML data model specification and produces optimized C99 code with compile-time perfect hashing for O(1) key lookup. All storage is statically allocated – no heap, no dynamic memory, no fragmentation.