runex-core 0.1.12

Core library for runex – a cross-shell abbreviation expansion engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod doctor;
pub mod expand;
pub mod hook;
pub mod init;
pub mod integration_check;
pub mod model;
pub mod precache;
pub mod sanitize;
pub mod shell;
pub mod timings;