Crate systemd
Source pub use journal::JournalFiles;
Deprecatedpub use journal::Journal;
pub use journal::JournalLog;
pub use journal::JournalRecord;
pub use journal::JournalSeek;
pub use journal::JournalWaitResult;
- bus
- An interface to work with the dbus message bus.
- daemon
- id128
- APIs to process and generate 128-bit ID values for systemd.
- journal
- High-level interface to the systemd journal.
- login
- Interface to introspect on seats, sessions and users.
- unit
- Utilities for working with systemd units.
- 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_log
- sd_try
- An analogue of
try!()
for systemd FFI calls.
- Error
- The error type for I/O operations of the
Read
, Write
, Seek
, and
associated traits.
- ffi_result
- Convert a systemd ffi return value into a Result
- Result
- A specialized
Result
type for I/O operations.