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 crate metadata and a CI job to test MSRV #69

Closed nicholasbishop closed 4 months ago

nicholasbishop commented 4 months ago

This adds the usual crate metadata (URL, keywords, etc). Also sets the MSRV to 1.73 (needs to be at least 1.73 for div_ceil), and add a CI job to test the MSRV build. The job only builds ext4-view (doesn't run tests since we don't necessarily need test code to be restricted to the same MSRV, and doesn't build the xtask package since its deps could require a higher MSRV).