~starkingdoms/starkingdoms

ref: ea69ba5aab7133cd404706ac280f061b89ed7fb2 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
ea69ba5a — core feat: indicators 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}