Skip to main content

Module artifact

Module artifact 

Source
Expand description

Artifact generation for release binaries.

This module handles:

  • Target platform enumeration
  • Tarball creation with gzip compression
  • SHA256 checksum generation
  • Checksums manifest file creation

Structs§

Artifact
A built binary artifact ready for packaging.
ArtifactBuilder
Builder for creating release artifacts.
ChecksumsManifest
Checksums manifest containing all artifact checksums.
PackagedArtifact
A packaged release artifact (tarball + checksum).

Enums§

Target
Supported build targets for binary distribution.