xkbcommon-rs-codegen 0.1.1

codegen for the `xkbcommon-rs` crate. Not meant as a standalone crate
Documentation
1
2
3
4
5
6
7
8
//! This crate is a subcrate of `xkbcommon-rs` and provides its codegen. It is not intended for use
//! as a standalone crate.

mod config;
mod keywords;

pub use config::make_config;
pub use keywords::make_keywords_file;