hex_patch/app/
info_mode.rs

1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum InfoMode {
    Text,
    Assembly,
}