~starkingdoms/starkingdoms

ref: 736f0910b66d2a8957dccd8a2a691073e03ba845 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
736f0910 — core UNFINISHED: feat: hotpatching? 30 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}