Crate axfs_ramfs

Source
Expand description

RAM filesystem used by ArceOS.

The implementation is based on axfs_vfs.

Structsยง

DirNode
The directory node in the RAM filesystem.
FileNode
The file node in the RAM filesystem.
RamFileSystem
A RAM filesystem that implements axfs_vfs::VfsOps.