Expand description
Abstract file I/O trait for platform-independent file operations. The FileStore trait for abstracting file system operations.
This trait allows the CFDP implementation to be generic over any storage
backend, from a standard OS file system to an in-memory buffer or a
block device driver in a #![no_std] environment.
Structs§
- FileId
- A unique identifier for an interned file path.
Traits§
- File
Store - A trait defining the required asynchronous file operations for CFDP.