runlatch-core 0.2.0

Core data model, provider trait, and built-in providers for runlatch.
Documentation
1
2
3
4
5
6
7
//! Built-in [`AutostartProvider`](crate::provider::AutostartProvider) implementations.

mod systemd;
mod xdg;

pub use systemd::SystemdProvider;
pub use xdg::XdgAutostartProvider;