xim-parser 0.2.2

XIM protocl parser
Documentation
1
2
3
4
fn main() {
    #[cfg(feature = "bootstrap")]
    xim_gen::write_format(include_str!("xim-format.yaml"), "./src/parser.rs").unwrap();
}