Skip to main content

Crate journal_host

Crate journal_host 

Source
Expand description

Optional local-host identity helpers for journal writers.

This crate is intentionally separate from the core file-format writer. It probes the local host only when callers explicitly opt in and then pass the returned values to the writer themselves.

Structs§

Diagnostics
Diagnostics for the values returned by LocalJournalProvider.
LoadOptions
Configures local-host helper loading.
LocalJournalProvider
Local-host values that callers may pass explicitly to the writer.

Enums§

BootIdSource
Classifies how the helper obtained the boot ID.

Functions§

load
Loads local-host identity and clock values using platform defaults.
must_load
Loads local-host identity and panics on failure.