vmette-providers 0.2.0

The default rootfs-provider registry for vmette (dir + squashfs + tar + OCI, in resolution order)
docs.rs failed to build vmette-providers-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

vmette-providers

The default rootfs-provider registry for vmette. Exposes default_registry(), which wires the built-in providers in the single load-bearing resolution order:

DirProvider → Squashfs → Tar → Oci

The CLI and the daemon both build their registry from here, so a --rootfs SPEC resolves identically whichever binary handles it. Add your own provider by implementing vmette::provider::RootfsProvider in a sibling crate.

macOS-only (depends on vmette). Part of the vmette project. MIT licensed.