ragout 0.31.32

Terminal raw mode utilities
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(all(feature = "lib", feature = "custom_events"))]
compile_error!("feature ragout/custom_events and ragout/lib can not e enabled concurrently");

#[cfg(feature = "custom_events")]
pub use ragout_custom_events_macro::ragout_custom_events;

#[cfg(feature = "lib")]
pub mod ragout;
#[cfg(feature = "lib")]
pub use ragout::*;