[][src]Module rast::prelude

The Raft prelude.

This module re-exports all the types necessary to implement a runtime around the core deterministic Raft logic. It exists because modules named "prelude" are special cased by clippy::wildcard_imports.

Re-exports

pub use crate::*;