mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-01 18:23:31 +00:00
10 lines
176 B
Rust
10 lines
176 B
Rust
//! Systemd communication.
|
|
|
|
pub(crate) mod sys;
|
|
|
|
mod escape;
|
|
pub use escape::{escape_unit, unescape_unit, unescape_unit_path, UnescapeError};
|
|
|
|
pub mod journal;
|
|
pub mod notify;
|