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 Ext4::load #46

Closed nicholasbishop closed 4 months ago

nicholasbishop commented 4 months ago

This is the main constructor for Ext4. The superblock and block group descriptors are read on load. Everything else (inodes, extents, etc) is read dynamically, e.g. when reading a file.