Additional projects

IronFamily.FileEngine

Configuration, logging and update formats need coordinated native and managed tooling.

A monorepo develops active ICFG, ILOG and IUPD engines with portable C99 direction plus .NET host, vector and parity support.

DevelopmentMITC99
Last verified
Not audited against current README/docs
Platform scope
Portable C99; integration depends on caller-provided adapters

What it solves

Configuration, logging and update formats need coordinated native and managed tooling.

How it works

1Managed tooling + vectors ↔ active native engines2encoded files

Use it when

Build native format verification
Generate and consume canonical vectors with host tooling
Work on active ICFG, ILOG or IUPD engines

Quick Start

# Native verification path
cmake -S native -B native/build
cmake --build native/build --config Release
ctest --test-dir native/build -C Release --output-on-failure

Engineering evidence

  • Native and managed build instructions, tests, vectors and implementation-status documentation are present

Known limits

  • Native and managed surfaces are not equivalent unless a gate proves parity
  • Optional legacy codec paths may require OpenSSL
  • The repository explicitly makes no production-readiness claim