tmux_interface 0.4.0

Rust language library for communication with TMUX via CLI
Documentation
1
2
3
4
5
6
7
8
9
pub mod get_user_option;
pub mod get_user_options;
pub mod set_user_option;
pub mod set_user_options;

pub use get_user_option::GetUserOption;
pub use get_user_options::GetUserOptions;
pub use set_user_option::SetUserOption;
pub use set_user_options::SetUserOptions;