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.
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.