#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(missing_docs)]
#![doc = include_str!(concat!("../", std::env!("CARGO_PKG_README")))]
mod actions;
mod after;
mod pane;
mod split_panel;
mod view;
mod which;
#[allow(unused_imports)]
pub use {actions::*, split_panel::*};