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::read #93

Closed nicholasbishop closed 3 months ago

nicholasbishop commented 4 months ago

This is similar to std::fs::read; it reads a file's data into a byte vector. This library now actually does something! 🥳