greentic-bundle-reader 0.4.28

Read-only bundle reader for greentic-bundle SquashFS artifacts and normalized build directories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# greentic-bundle-reader

`greentic-bundle-reader` is the read-only bundle reader for `greentic-bundle`.

It currently supports:

- opening built `.gtbundle` SquashFS artifacts
- opening normalized unpacked build directories
- validating the basic manifest/lock structure
- exposing a stable typed runtime surface for bundle metadata, app packs, extension providers, catalogs, resolved files, and setup state files

The crate is kept inside the workspace for now so operator/runtime consumers can adopt a stable bundle-reading API before it is split or published independently.