containers / ocidir-rs

Low level Rust library for working with OCI (opencontainers) directories
Apache License 2.0
4 stars 3 forks source link

Add a `fsck` method #7

Closed cgwalters closed 2 months ago

cgwalters commented 2 months ago

Just on general principle, but also specifically as I was looking at the flush() calls in the writer paths and was uncertain why I added those. If we were somehow losing data, this might help us find that.

cgwalters commented 2 months ago

LGTM but you'll probably have to add me to this repo for my review to count 😄

I added everyone in bootc maintainers to have write access.