Module vanguards

Source
Available on crate feature vanguards only.
Expand description

Experimental support for vanguards.

For more information, see the vanguards spec.

Re-exports§

pub use config::VanguardParams;

Modules§

config
Vanguard manager configuration
err 🔒
Error types for the vanguards subsystem.
set 🔒
Vanguard sets

Structs§

Inner 🔒
The mutable inner state of VanguardMgr.
Vanguard
A vanguard relay.
VanguardMgr
The vanguard manager.

Enums§

Layer
The vanguard layer.
ShutdownStatus 🔒
Whether the VanguardMgr::maintain_vanguard_sets task should continue running or shut down.
VanguardMgrError
An error coming from the vanguards subsystem.

Constants§

STORAGE_KEY 🔒
The key used for storing the vanguard sets to persistent storage using StateMgr.