tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
107 stars 33 forks source link

Derive Eq and PartialEq for all enums #26

Closed svenstaro closed 6 years ago

svenstaro commented 6 years ago

Currently these enums are not very usable as you can't compare stuff to them in conditionals.

tmerr commented 6 years ago

Woo!