fret-runtime 0.1.0

Runtime abstractions and scheduling surfaces for host integration in Fret.
Documentation
1
2
3
4
5
6
use super::Keymap;

#[derive(Debug, Default)]
pub struct KeymapService {
    pub keymap: Keymap,
}