pub fn compile_rmlvo(
rules: &str,
model: &str,
layout: &str,
variant: &str,
options: &str,
) -> Option<String>Expand description
Compile RMLVO names to keymap text, or None when compilation fails. Empty strings
select the xkbcommon defaults for that component.