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.
- Vanguard
Mgr - The vanguard manager.
Enums§
- Layer
- The vanguard layer.
- Shutdown
Status 🔒 - Whether the
VanguardMgr::maintain_vanguard_sets
task should continue running or shut down. - Vanguard
MgrError - An error coming from the vanguards subsystem.
Constants§
- STORAGE_
KEY 🔒 - The key used for storing the vanguard sets to persistent storage using
StateMgr
.