Skip to main content

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. It is not meant to be embedded directly; use greentic-runner/greentic-runner-host, which wrap these helpers with the canonical runtime.

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;
pub use path_safety::normalize_under_root;

Modules§

env
packs
path_safety