Narsil / rdev

Simple library to listen and send events to keyboard and mouse (MacOS, Windows, Linux)
MIT License
503 stars 124 forks source link

Update Key enum with implementations of PartialOrd and Ord traits. #108

Open swnb opened 1 year ago

swnb commented 1 year ago

I need to use std::collections::BTreeSet to store rdev::Key, but rdev::Key does not implement PartialOrd, Ord trait, I want to add these two traits