Skip to main content

Module storage

Module storage 

Source
Expand description

Artifact storage trait and data model.

Structs§

ArtifactKey
Full artifact identity for persisted artifacts.
ArtifactManifest
Metadata for a stored artifact.
RuntimeArtifactStore
In-memory artifact index backed by dylib files in a temporary directory.
RuntimeCacheKey
Runtime cache key: the minimal identity for a compiled program at runtime.
StoredArtifact
A stored artifact consisting of a manifest and a path to the compiled dylib.

Enums§

BackendSelection
Backend selection for compilation.

Traits§

ArtifactStore
Trait for loading and storing compiled artifacts.