ktsctl 3.1.0

CLI controler of kak-tree-sitter
1
2
3
4
5
6
7
8
9
//! User Interface in the terminal.
//!
//! This module exports everything that is needed to provide feedback to the user.

#[macro_use]
pub mod report;
pub mod section;
pub mod source;
pub mod table;