Skip to main content

Module inspect

Module inspect 

Source
Expand description

Read a pack’s manifest without unpacking it.

pack.toml is written as the archive’s first entry, so answering “what is in this pack, and what did it leave behind?” costs one small read rather than a full decompression.

Functions§

inspect
Read the manifest from a pack.
list_payload_paths
List every payload path in a pack, relative to the project root.
verify
Verify that a pack can be read by this build.