Keybind customization with conflict detection and profile management
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-keybinds = "0.1"
```
```rust
use ricecoder_keybinds::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-keybinds).
MIT