atlas-program 3.0.0

Atlas Program
Documentation
1
2
3
4
5
6
//! Re-exports the [`LamportsError`] type for backwards compatibility.
#[deprecated(
    since = "2.1.0",
    note = "Use atlas_instruction_error::LamportsError instead"
)]
pub use atlas_instruction_error::LamportsError;