Thanks to visit codestin.com
Credit goes to docs.rs
Docs.rs
rsext4-0.1.0-pre.0
rsext4 0.1.0-pre.0
Docs.rs crate page
GPL-3.0-or-later
OR
Apache-2.0
OR
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
github:arceos-hypervisor:hypervisor
Josen-B
Dependencies
bitflags ^2.10
normal
lazy_static ^1.5
normal
log ^0.4
normal
Versions
50.93%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module api
rsext4
0.1.0-pre.0
Module api
Sections
ext4 API
Module Items
Structs
Functions
In crate rsext4
rsext4
Module
api
Copy item path
Source
Expand description
§
ext4 API
提供 ext4 文件系统的高级 API 接口,包括文件系统挂载、文件操作等功能。
Structs
§
Open
File
文件句柄
Functions
§
fs_
mount
挂载 Ext4 文件系统
fs_
umount
卸载 Ext4 文件系统
lseek
设置文件读写位置
open
打开文件
read
读取整个文件内容
read_at
从文件指定位置读取数据
write_
at
写入文件内容