Skip to main content

Module bootstrap

Module bootstrap 

Source
Expand description

Bootstrap sequence orchestration.

This module provides type-safe bootstrap sequencing that enforces initialization dependencies at compile time. The sequence ensures that secrets cannot be initialized without a profile, and paths cannot be initialized without secrets.

Modules§

presets
Convenience functions for common bootstrap patterns.

Structs§

BootstrapComplete
Proof that bootstrap completed successfully.
BootstrapSequence
Type-safe bootstrap sequence builder.
PathsInitialized
Paths have been initialized (requires secrets).
ProfileInitialized
Profile has been initialized.
SecretsInitialized
Secrets have been initialized (requires profile).
Uninitialized
Initial state - nothing initialized.

Traits§

BootstrapState
Marker trait for bootstrap states.