tmerr / i3ipc-rs

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

Add `derive(PartialEq)` for enums in `event::inner` #43

Closed rkanati closed 5 years ago

rkanati commented 5 years ago

I noticed we don't have these, but they seem like a natural addition.

tmerr commented 5 years ago

Thanks!