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.
- Artifact
Builder - Builder for creating release artifacts.
- Checksums
Manifest - Checksums manifest containing all artifact checksums.
- Packaged
Artifact - A packaged release artifact (tarball + checksum).
Enums§
- Target
- Supported build targets for binary distribution.