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 impl_result_iter macro #235

Closed nicholasbishop closed 1 month ago

nicholasbishop commented 1 month ago

Use this to implement Iterator for ReadDir. It will be used in more places in later commits.