bethkit/cbindgen.toml
Wuerfelhusten 3955dd9e44 fix(ffi,core): harden FFI ownership and cache indexing
- 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>
2026-05-04 13:35:30 +02:00

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"