Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: Add a composefs-oci crate #286

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 3, 2024

  1. rust: Add workspace level lints

    This allows sharing them easily, as we have multiple crates.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0d95360 View commit details
    Browse the repository at this point in the history
  2. rust: Add a composefs-oci crate

    The high level goal of this crate is to be an opinionated
    generic storage layer using composefs, with direct support
    for OCI.  Note not just OCI *containers* but also including
    OCI artifacts too.
    
    This crate is intended to be the successor to
    the "storage core" of both ostree and containers/storage.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3134a2e View commit details
    Browse the repository at this point in the history