yosh 0.1.5

A POSIX-compliant shell implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Library crate entry point — re-exports modules needed by integration tests.
pub mod builtin;
pub mod env;
pub mod error;
pub mod exec;
pub mod expand;
pub mod interactive;
pub mod lexer;
pub mod parser;
pub mod plugin;
pub mod signal;