1
2
3
4
5
//! An easy to use and simple implementation of VK keyboard types in Rust with serde support.

pub mod button;
pub mod keyboard;
pub mod macros;