1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#![allow(clippy::too_many_arguments)]
#![allow(clippy::from_over_into)]
#![allow(clippy::unnecessary_wraps)]

pub mod app;
pub mod auto_refresher;
pub mod config;
pub mod event_reader;
pub mod explorer;
pub mod input;
pub mod pipe_reader;
pub mod ui;