12 个版本 (7 个重大变更)
0.8.0 | 2024 年 7 月 30 日 |
---|---|
0.7.0 | 2023 年 10 月 1 日 |
0.6.0 | 2023 年 8 月 12 日 |
0.5.1 | 2023 年 7 月 22 日 |
0.2.0 | 2016 年 2 月 28 日 |
在 国际化 (i18n) 中排名第 22
每月下载量 82,102
被 63 个 crate(其中 26 个直接使用)使用
270KB
4K SLoC
xkbcommon-rs
xkbcommon-rs 是 libxkbcommon 的绑定和安全的包装集合。
适用于 wayland
[dependencies]
xkbcommon = { version = "0.8", features = ["wayland"] }
适用于 X11
[dependencies]
xkbcommon = { version = "0.8", features = ["x11"] }
示例
此处为 X11 的生活示例: https://github.com/rust-x-bindings/toy_xcb/blob/master/src/keyboard.rs
依赖项
~800KB
~15K SLoC