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

dir_htree: Add new constructors to InternalNode #151

Closed nicholasbishop closed 3 months ago

nicholasbishop commented 3 months ago

The internal node data is read from a different offset depending on whether it's the root node or not. Add constructors for each case.