zshrs 0.8.17

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, SQLite caching
Documentation
1
2
3
4
5
6
7
8
9
10
mod history_search;

mod input;
pub mod iothreads;
#[allow(clippy::module_inception)]
pub mod reader;

mod word_motion;

pub use reader::*;