ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

lib: Make image configuration always present #576

Closed cgwalters closed 8 months ago

cgwalters commented 8 months ago

We should really always have it nowadays. In the degenerate case where it somehow still isn't present, just return an empty config.

This improves ergonomics because it avoids the need to deal with the Option in many consumers.