kiosk-core 0.1.0

Core library for kiosk — tmux session manager with worktree support
Documentation
1
2
3
4
5
6
pub mod cli;
pub mod mock;
pub mod provider;

pub use cli::CliTmuxProvider;
pub use provider::TmuxProvider;