pclass-parser 0.1.0

https://github.com/phodal/pclass-parser
Documentation
1
2
3
4
5
6
7
use crate::classfile::types::U2;

#[derive(Debug)]
pub struct Version {
    pub minor: U2,
    pub major: U2,
}