containers / composefs

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

rust: Two minor patches #298

Closed cgwalters closed 3 months ago

cgwalters commented 3 months ago

rust: Clarify that "composefs-core" is really "composefs"

I originally wanted to make a "core" crate as distinguished from the higher level potential "composefs-oci" crate, but the crate name is actually "composefs" so let's clarify that.


rust: Add README.md files, link to crates.io

They're now published, so link to crates.io. Add a README.md for each one too so that there's something on the crates page.

Signed-off-by: Colin Walters walters@verbum.org