vmette-providers 0.6.0

The default rootfs-provider registry for vmette (dir + squashfs + tar + OCI, in resolution order)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vmette-providers

The default rootfs-provider registry for
[vmette](https://github.com/chamuka-inc/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.