radicle-systemd 0.13.0

Radicle integration with Systemd
Documentation
1
2
3
4
5
6
7
8
9
//! Library for interaction with systemd, specialized for Radicle.

#[cfg(all(feature = "journal", target_os = "linux"))]
pub mod journal;

#[cfg(all(feature = "listen", unix))]
pub mod listen;

pub mod credential;