1 2 3 4 5 6 7
pub mod history_events; pub mod history_render; mod history_state; mod matcher; pub mod storage; pub use history_state::{HistoryState, MAX_VISIBLE_HISTORY};