libbiozig is the core artifact of the BioZig project. It is a highly optimized library that exposes the entire BZ pipeline through a stable C Application Binary Interface. Support exists for bindings in cpp, java, julia, matlab, python, r, swift, and wasm via exact header mappings.
Because BZ relies on Arena Allocators instead of scattered mallocs, the C-ABI requires an explicit context lifecycle to manage the global arena (c_arena).