Crate ragout_assistant

Source

Re-exports§

pub use input::init;
pub use input::History;
pub use input::Input;

Modules§

input

Traits§

DebugLog
Implement for types that you want to have a debug log for. Implemented for Input and History in the ragout crate
Writer
Implements the write method which takes an event and reacts to it.