Expand description
Shared utilities used by other modules in this crate and by downstream crates that build on top of the apple-cf bridge.
completion— sync/async completion-handler bridgesfour_char_code—FourCharCode(used by pixel-format /OSTypecodes)ffi_string— owned-string helpers around bridge fns that return heap-allocated C stringspanic_safe— wrappers that catch panics insideextern "C"callbacks so they don’t unwind across the FFI boundary
Re-exports§
pub use four_char_code::FourCharCode;
Modules§
- completion
- Synchronous completion utilities for async FFI callbacks
- ffi_
string - FFI string utilities
- four_
char_ code - Minimal
FourCharCodeimplementation for pixel formats and color conversions - panic_
safe - Panic-safety helpers for the C ABI boundary.