hex_patch/app/plugins/
header_parser_info.rs

1
2
3
4
#[derive(Debug, Clone)]
pub struct HeaderParserInfo {
    pub parser: String,
}