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 std crate feature #7

Closed nicholasbishop closed 4 months ago

nicholasbishop commented 4 months ago

This is not yet used, but will eventually enable std-only code such as Error trait impls and File-based reading.

Also add a CI job to test with the std feature on.