shellql 0.1.7-beta

A Vim- and tmux-inspired terminal database manager for developers
Documentation
1
2
3
4
5
pub mod centered_rect;
pub mod cmdline;

pub use centered_rect::centered_rect;
pub use cmdline::render_cmdline;