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

error: Add Incompatible::DirectoryHash #78

Closed nicholasbishop closed 4 months ago

nicholasbishop commented 4 months ago

Various hash algorithms are allowed in directory htrees 1, and more could be added in the future. This error will be used if the library doesn't know how to handle the algorithm specified in a directory htree root node.