Skip to main content

Crate starnix_c_file_buffer

Crate starnix_c_file_buffer 

Source
Expand description

C-compatible memory-backed file buffer for FFI.

Structsยง

CFileBuffer
A C-compatible memory-backed file buffer.
CFilePtr
A wrapper around the raw FILE* that borrows CFileBuffer mutably. This ensures exclusive access to the file descriptor.