zinit 0.1.0

Process supervisor with dependency management
Documentation
1
2
3
4
5
6
7
8
9
//! zinit client module - CLI interface for the zinit process supervisor.

pub mod cli;

#[cfg(feature = "repl")]
pub mod repl;

#[cfg(feature = "tui")]
pub mod tui;