04d54ea320
Old implementation is now considered legacy. Thread-safety is now enforced for any non-trivial operations. All trivial operations are available on the regular `Ext2` struct found in `fs` module. `Synced<Ext2>` is now the only way to go. |
||
---|---|---|
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.