custom-utils 0.12.0

Provide customized tools based on features
Documentation
1
2
3
4
5
6
7
//! Deployment helpers for CLI crates: GitHub self-update and systemd install.

mod systemd;
mod update;

pub use systemd::ServiceConfig;
pub use update::{UpdateConfig, UpdateOutcome};