solana_wen_restart/
lib.rs

1#![cfg_attr(
2    not(feature = "agave-unstable-api"),
3    deprecated(
4        since = "3.1.0",
5        note = "This crate has been marked for formal inclusion in the Agave Unstable API. From \
6                v4.0.0 onward, the `agave-unstable-api` crate feature must be specified to \
7                acknowledge use of an interface that may break without warning."
8    )
9)]
10pub(crate) mod solana {
11    pub(crate) mod wen_restart_proto {
12        include!(concat!(env!("OUT_DIR"), "/solana.wen_restart_proto.rs"));
13    }
14}
15
16pub(crate) mod heaviest_fork_aggregate;
17pub(crate) mod last_voted_fork_slots_aggregate;
18pub mod wen_restart;