ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Add Eq and PartialEq back to CommandContext #131

Closed ulyssa closed 4 months ago

ulyssa commented 4 months ago

I had removed these in #125, because I was thinking that I didn't want to allow comparisons against the context, but this actually makes it hard to embed it into other things that need to derive Eq/PartialEq in iamb, so I'm adding it back.