Skip to main content

Module payload

Module payload 

Source
Expand description

rk payload: what this binary carries, provably.

The version alone does not identify a payload — two locally built binaries can share a Cargo version while embedding different bytes — so the report carries a digest per artifact and one aggregate over the ordered list, computed at runtime over the embedded bytes. A landing record, a bug report, or a comparison between two installs can then name the payload it actually saw.

Structs§

Artifact
One embedded file and the digest of its bytes.
Report
The machine form of the payload report.

Functions§

report
Build the report over the embedded payload.
run
Print the payload report.