bebfa33564
Calling `directory()` on an `Inode` returns an `Iterator` over entries in a directory at that `Inode`, it it's a directory, or `None` otherwise. An example of recursively walking the directory tree is included in test `walkdir`. This takes us a step closer to `fopen` (#2) |
||
---|---|---|
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.