01Implements safe wrappers for calling external C functions with proper safety documentation
02Generates FFI-safe error handling patterns and thread-local error status mechanisms
03Manages cross-language memory ownership and allocation consistency across DLL boundaries
04Assists with cbindgen configuration for automated C/C++ header generation
05Provides C-compatible ABI patterns using repr(C) and explicit discriminants
060 GitHub stars