Skip to main content

package_env

Function package_env 

Source
pub fn package_env(inputs: &PackageEnvInputs<'_>) -> BTreeMap<String, OsString>
Expand description

Build the CABIN_* overlay surfaced to a cabin run / cabin test child process. Returns a deterministic BTreeMap so two calls with the same inputs are byte-equal. Infallible: every value is copied straight from the typed inputs.