pub type p8 = Posit<8, 2, i8>;
Standard-defined 8-bit posit (with 2-bit exponent).
pub struct p8(/* private fields */);