handlr 0.5.0

Manage mimeapps.list and default applications with ease
1
2
3
4
5
mod system;
mod user;

pub use system::SystemApps;
pub use user::{MimeApps, Rule as MimeappsRule};