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

checksum: Impl Debug for Checksum #115

Closed nicholasbishop closed 3 months ago

nicholasbishop commented 3 months ago

This will allow Checksum to be embedded in other structs that derive Debug.

This is a manual impl because crc::Digest doesn't impl Debug.