2 releases
0.1.1 | Jul 18, 2024 |
---|---|
0.1.0 | Jul 18, 2024 |
#592 in Filesystem
1,224 downloads per month
38KB
752 lines
axfs_crates
Crates for building filesystems:
- axfs_vfs: Virtual filesystem interfaces.
- axfs_devfs: Device filesystem.
- axfs_ramfs: RAM filesystem.
lib.rs
:
RAM filesystem used by ArceOS.
The implementation is based on axfs_vfs
.
Dependencies
~350KB