riiry 0.1.8

Riiry, a cross platform fuzzy launcher similar to rofi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod app;
//mod content;
//mod dialogs;
//pub mod save;
//mod header;
//pub mod misc;

pub use self::app::App;
//pub use self::content::Content;
//pub use self::dialogs::{OpenDialog, SaveDialog};
//pub use self::header::Header;