Skip to main content

Module archive

Module archive 

Source
Expand description

Common safe-archive skeleton shared by model packs (.rillpack) and handler packs (.rillhandler).

Both pack formats use the same ZIP structure: a manifest, one payload file, a checksums file, and an Ed25519 signature. This module centralises the path validation, size limits, checksum verification and signature logic so that the two pack types cannot drift apart.

Structs§

TrustStore

Enums§

ArchiveError
ReleaseIndexError

Functions§

canonical_json
sign_release_index
verify_release_index