axfs_
ramfs
0.1.2
All Items
Crate Items
Structs
Crate
axfs_ramfs
Copy item path
Source
Expand description
RAM filesystem used by
ArceOS
.
The implementation is based on
axfs_vfs
.
Structs
ยง
DirNode
The directory node in the RAM filesystem.
File
Node
The file node in the RAM filesystem.
RamFile
System
A RAM filesystem that implements
axfs_vfs::VfsOps
.