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

Drop unused superblock methods #99

Closed nicholasbishop closed 3 months ago

nicholasbishop commented 3 months ago

Also change the Superblock type from pub to pub(crate).

Originally I had planned to expose info about the superblock in the public API, but I don't know if there's actually an important use case for that.