atlas-program 3.0.0

Atlas Program
Documentation
1
2
3
4
5
6
7
8
#[deprecated(
    since = "2.1.0",
    note = "Use atlas-clock and atlas-epoch-schedule crates instead."
)]
pub use {
    atlas_clock::{Epoch, Slot, DEFAULT_SLOTS_PER_EPOCH},
    atlas_epoch_schedule::*,
};