Crate systemd

Crate systemd 

Source

Re-exports§

pub use journal::JournalFiles;Deprecatedjournal
pub use journal::Journal;journal
pub use journal::JournalLog;journal
pub use journal::JournalRecord;journal
pub use journal::JournalSeek;journal
pub use journal::JournalWaitResult;journal

Modules§

busbus
An interface to work with the dbus message bus.
daemon
id128
APIs to process and generate 128-bit ID values for systemd.
journaljournal
High-level interface to the systemd journal.
login
Interface to introspect on seats, sessions and users.
unit
Utilities for working with systemd units.

Macros§

log_with
Similar to log!(), except it accepts a func argument rather than hard coding ::log::log(), and it doesn’t filter on log_enabled!().
sd_journal_logjournal

Structs§

Error
The error type for I/O operations of the Read, Write, Seek, and associated traits.

Functions§

ffi_result
Convert a systemd ffi return value into a Result

Type Aliases§

Result
A specialized Result type for I/O operations.