midl-parser 0.1.1

MIDL parser for frodobuf
Documentation
#[derive(Copy, Clone)]
pub enum NumLit {
    U64(u64),
    F64(f64),
}