mirror of
https://github.com/Modding-Forge/bethkit.git
synced 2026-05-22 03:59:54 -07:00
- bump version to 0.3.1 - return owned C strings for archive entry paths and add matching free function - intern schema and cache string pointers in owning arenas - clarify nested schema ownership docs and generated header comments - propagate BA2 DX10 writer add errors through the FFI - normalize not-found out_len and last_error behavior - load cbindgen config explicitly and commit generated bethkit.h - guard SliceCursor offset arithmetic against overflow - remove stale PluginCache signature index entries on cross-type overrides - move executable integration tests into crate-level test suites Co-authored-by: Copilot <copilot@github.com>
8 lines
179 B
TOML
8 lines
179 B
TOML
language = "C"
|
|
include_guard = "BETHKIT_H"
|
|
pragma_once = false
|
|
autogen_warning = "/* Auto-generated by cbindgen — do not edit */"
|
|
tab_width = 4
|
|
|
|
[fn]
|
|
rename_args = "snake_case"
|