ulyssa / modalkit

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

Add Application trait #14

Closed ulyssa closed 2 years ago

ulyssa commented 2 years ago

I added ApplicationAction in #9 and parameterized several types on it, but really they should probably be parameterized on a type that implements an Application trait, which then contains an ApplicationAction.