Crate ragout_assistant
Source pub use input::init;
pub use input::History;
pub use input::Input;
- input
- 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.