Skip to main content

Crate journald_core

Crate journald_core 

Source
Expand description

Core domain types for systemd journal forensic analysis.

Structs§

JournalCursor
A parsed journal cursor string.
JournalEntry
A single parsed journal entry.
JournalField
A single key=value pair from a journal entry.

Enums§

JournalError
Errors produced by the journald-forensic library.
JournalFieldValue
The value of a journal field — either valid UTF-8 text or raw binary bytes.