Crate runner_core

Crate runner_core 

Source
Expand description

Pack runtime core for Greentic runner.

This crate provides the building blocks required to ingest pack indexes, download pack artifacts from multiple backends, verify their integrity, and maintain an on-disk cache that other runtimes can consume.

Re-exports§

pub use env::IndexLocation;
pub use env::PackConfig;
pub use env::PackSource;
pub use packs::Index;
pub use packs::PackDigest;
pub use packs::PackManager;
pub use packs::PackRef;
pub use packs::PackVersion;
pub use packs::ResolvedPack;
pub use packs::ResolvedSet;
pub use packs::TenantPacks;

Modules§

env
packs