~starkingdoms/starkingdoms

ref: 59f169733a76201b3dcb2e1913861478bd743fdd starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
59f16973 — core feat: add linux native build 17 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}