xkb_evdev_trans 0.1.1

Provides information about either the current or a specific keyboard layout from xkb and create maps between low level key identifiers (EVDEV/XKB) and the symbols xkb maps them to.
docs.rs failed to build xkb_evdev_trans-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: xkb_evdev_trans-0.1.2

This crate offers functions to get information about either the current or a specific keyboard layout from xkb, as well as to create maps between low level key identifiers (EVDEV/XKB) and the symbols xkb maps them to.

It is meant to be used in software that remaps input events or visualizes/configures keyboard layouts on Linux.