lsv 0.1.15

Three‑pane terminal file viewer (TUI) with preview and Lua configuration
Documentation
1
2
3
4
5
6
7
8
9
//! Action dispatching and helpers used by the lsv runtime.

pub mod apply;
mod dispatcher;
pub mod effects;
pub mod internal;

pub use dispatcher::dispatch_action;
pub(crate) use internal::SortKey;