rmenu 0.1.1

A rofi and dmenu inspired menu
Documentation
1
2
3
4
5
mod main;
mod command;

pub use self::main::reasonable_main;
pub use self::command::Command;