Skip to main content

Module compile

Module compile 

Source
Expand description

Compile/decompile API for .faf ↔ .fafb conversion

Provides high-level functions to convert between YAML (.faf) and binary (.fafb) formats.

Structs§

DecompiledFafb
A decompiled .fafb file with header, section table, and raw data

Functions§

compile
Compile a .faf YAML source string into .fafb binary bytes.
decompile
Decompile .fafb binary bytes into a structured representation.