This repository has been archived on 2022-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
ext2-rs/src
Szymon Walter 36f13bea2a Reformat
- `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
2018-03-22 09:37:22 +01:00
..
sys Reformat 2018-03-22 09:37:22 +01:00
volume Reformat 2018-03-22 09:37:22 +01:00
error.rs redo error handling 2018-03-21 20:40:39 +01:00
fs.rs Reformat 2018-03-22 09:37:22 +01:00
lib.rs redo error handling 2018-03-21 20:40:39 +01:00
sector.rs Reformat 2018-03-22 09:37:22 +01:00