~starkingdoms/starkingdoms

ref: fb6dbf2ce9a068aef5023a1c179e523365a79d1f starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
fb6dbf2c — core chore: remove outdated readme info (round two) 24 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}