nu-protocol 0.97.1

Nushell's internal protocols, including its abstract syntax tree
Documentation
1
2
3
4
5
6
//! Handling of external subprocesses
mod child;
mod exit_status;

pub use child::*;
pub use exit_status::ExitStatus;