Expand description
Low-level filesystem operations.
Structs§
- Directory
 - An opened directory object, with open permissions and a cursor for
read_dir. - Disk
myfs - A disk device with a cursor.
 - File
 - An opened file object, with open permissions and a cursor.
 - Open
Options  - Options and flags which can be used to configure how a file is opened.
 
Traits§
- MyFile
System If myfs - The interface to define custom filesystems in user apps.