protobuf 2.28.0

Rust implementation of Google protocol buffers
Documentation
1
2
3
4
5
#[derive(Copy, Clone)]
pub enum NumLit {
    U64(u64),
    F64(f64),
}