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
12
#[macro_use]
extern crate lazy_static;
extern crate regex;

// This library only exists to allow us to benchmark with criterion.
// There might be a better way to do this.

pub mod applications;
pub mod files;
pub mod filter;

pub mod worker;