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 d5423d7199 Change sector::Address implementation to use u32
This way a `u64` is guaranteed to be able to index specific bytes in a
Volume.
2018-03-21 18:17:36 +01:00
..
sys rename Volume::len to Volume::size 2018-03-20 14:56:09 +01:00
volume Change sector::Address implementation to use u32 2018-03-21 18:17:36 +01:00
error.rs Change sector::Address implementation to use u32 2018-03-21 18:17:36 +01:00
fs.rs Change sector::Address implementation to use u32 2018-03-21 18:17:36 +01:00
lib.rs add an InodeBlocks Iterator for iterating over the blocks of an inode 2018-03-20 15:17:16 +01:00
sector.rs Change sector::Address implementation to use u32 2018-03-21 18:17:36 +01:00