ore-boost-api 4.0.0

API for interacting with the ORE boost program
Documentation
1
2
3
4
5
6
7
8
9
10
use steel::*;

#[derive(Debug, Error, Clone, Copy, PartialEq, Eq, IntoPrimitive)]
#[repr(u32)]
pub enum BoostError {
    #[error("Dummy error")]
    Dummy,
}

error!(BoostError);