ulyssa / modalkit

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

Split modalkit into multiple crates in workspace #128

Closed ulyssa closed 5 months ago

ulyssa commented 5 months ago

I've split the modalkit crate up into several crates, rather than using features to control whether or not the readline and widgets modules get included. This should make it easier for using modalkit in non-terminal environments, and hopefully make it more obvious how to do so when looking at docs.rs.