zsh 0.8.13

Zsh interpreter and parser in Rust
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::*;