nicholasbishop / ext4-view-rs

Rust library for reading ext2/ext4 filesystems
https://crates.io/crates/ext4-view
Apache License 2.0
8 stars 2 forks source link

Add FileBlocks iterator and use it in directory iteration/lookup #214

Closed nicholasbishop closed 1 month ago

nicholasbishop commented 1 month ago

This simplifies the ReadDir iterator slightly. The larger purpose of this iterator is to provide an abstraction that can be used for block maps in addition to extents. Block maps are how file blocks were stored prior to extents.