docs.rs failed to build win-hotkeys-0.1.0
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.
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:
win-hotkeys-0.5.1
Win Hotkeys
A lightweight, thread-safe Rust library for managing system-wide hotkeys on Windows
The win-hotkeys crate simplifies working with the Windows API by abstracting and managing all interactions
related to registering hotkeys and handling their events. It provides a thread-safe access and a user-
friendly interface for managing global hotkeys.
[]
= "0.1.0"
How to use
use ;
use HotkeyManager;
Examples
Up-to-date examples can always be found here