0d01a87992
The `Synced<T>` struct is a wrapper over the `Ext2` struct. It guarantees thread safety through an `Arc` and a spinlock (`spin::Mutex`). The `fs::sync` mod provides Thread-safe versions of structs found in `fs`. |
||
---|---|---|
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.