zmk_protocol/
lib.rs

1#[rustfmt::skip]
2#[allow(clippy::all)]
3mod proto;
4
5pub use proto::zmk::*;