hex_patch/app/plugins/
header_parser_info.rs

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