Expand description
C-compatible memory-backed file buffer for FFI.
Structsยง
- CFile
Buffer - A C-compatible memory-backed file buffer.
- CFile
Ptr - A wrapper around the raw
FILE*that borrowsCFileBuffermutably. This ensures exclusive access to the file descriptor.