36f13bea2a
- `length::Length` was renamed as `size::Size` to better reflect the purpose - `sector::Size` was renamed as `sector::SectorSize` - lifetime names were given meaning (etc. `'vol`, `'inode`) - `Volume` and `Length` were changed to be generic over `S: SectorSize`, instead of `Idx` and now use `Address<S>` as the only addressing (indexing) type |
||
---|---|---|
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.