//!
//! ## Module map
//!
//! - [`model`] — the provider-agnostic [`AutostartEntry`] and [`Scope`].
//! - [`provider`] — the [`AutostartProvider`] trait and why it is `async`.
//! - [`providers`] — the built-in [`XdgAutostartProvider`] (user and system) and
//! [`SystemdProvider`] (user and system).
//! - [`registry`] — the aggregating [`Registry`].
//! - [`desktop_file`] — an order-preserving `.desktop` reader/writer.
compile_error!;
pub use ;
pub use AutostartProvider;
pub use ;
pub use ;