Skip to main content

Module deps

Module deps 

Source
Expand description

krypt deps orchestration — installs dependency groups.

This module is decoupled from krypt-core: callers extract the relevant fields from their config and pass a DepGroup slice so that krypt-pkg remains free of the krypt-core crate dependency.

Structs§

DepGroup
Caller-supplied representation of one [[deps]] group.
DepsOpts
Inputs for install_deps.
DepsReport
Summary of a install_deps run.

Enums§

DepsError
Errors from install_deps.

Functions§

install_deps
Install dependency groups according to the options.