Skip to main content

Module context_package

Module context_package 

Source

Re-exports§

pub use auto_load::auto_load_packages;
pub use builder::PackageBuilder;
pub use bundle::ContextPackage;
pub use composition::merge_graphs;
pub use composition::MergeReport;
pub use content::PackageContent;
pub use export::save_package;
pub use graph_model::ContextEdge;
pub use graph_model::ContextGraph;
pub use graph_model::ContextNode;
pub use import::resume_package;
pub use loader::load_package;
pub use loader::LoadReport;
pub use manifest::PackageLayer;
pub use manifest::PackageManifest;
pub use registry::LocalRegistry;
pub use signing::sign_package;
pub use signing::verify_signature;

Modules§

auto_load
builder
bundle
The portable context-package bundle format (#293).
composition
content
export
Export a context package from the current session (#293).
graph_model
import
Import (resume) a context package into the current session (#293).
keys
Publisher signing-key management for ctxpkg (GL #406).
loader
lockfile
ctxpkg.lock — pins remote installs per project (GL #406).
manifest
registry
remote
Client for the hosted ctxpkg registry (GL #406) — publish, resolve, fetch.
signing
verify
Standalone package verification (spec §8 integrity, §9 signing).