Expand description
Artifact storage trait and data model.
Structs§
- Artifact
Key - Full artifact identity for persisted artifacts.
- Artifact
Manifest - Metadata for a stored artifact.
- Runtime
Artifact Store - In-memory artifact index backed by dylib files in a temporary directory.
- Runtime
Cache Key - Runtime cache key: the minimal identity for a compiled program at runtime.
- Stored
Artifact - A stored artifact consisting of a manifest and a path to the compiled dylib.
Enums§
- Backend
Selection - Backend selection for compilation.
Traits§
- Artifact
Store - Trait for loading and storing compiled artifacts.