Docs.rs
axfs_ramfs-0.1.2
axfs_ramfs 0.1.2
Permalink
Docs.rs crate page
GPL-3.0-or-later
OR
Apache-2.0
OR
MulanPSL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
equation314
github:arceos-org:core
Dependencies
axfs_vfs ^0.1
normal
log ^0.4
normal
spin ^0.9
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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
.