tmux_interface 0.4.0

Rust language library for communication with TMUX via CLI
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod pane_options_ctl;

pub use pane_options_ctl::*;

#[cfg(test)]
#[path = "."]
mod pane_tests {
    #[cfg(feature = "tmux_3_1")]
    pub mod pane_options_ctl_tests;
}