containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

rust: Add mandatory `description` field, other misc changes #295

Closed cgwalters closed 3 months ago

cgwalters commented 3 months ago

I want to publish composefs-sys but a description field is required, which is annoyingly not found by cargo publish --dry-run.

Do a few other tweaks while we're here, including talking about language bindings in README.md.

cgwalters commented 3 months ago

Cool, published https://crates.io/crates/composefs-sys but then that let me hit the next problem in https://github.com/containers/composefs/pull/297