057b3cc7e9
`Synced<Ext2>` now provides the method `find_inode`, which searches for an inode by absolute path. New errors that can occur during searching were added. This commit concludes feature #1, `fopen`. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
ext2.img | ||
LICENSE.md | ||
README.md | ||
rustfmt.toml |
ext2-rs
An OS and architecture independent implementation of ext2 in pure Rust.