Crates.io | journaled |
lib.rs | journaled |
version | 0.0.1 |
source | src |
created_at | 2023-01-19 04:10:01.161349 |
updated_at | 2023-01-19 04:10:01.161349 |
description | An low-level interface for the systemd journal |
homepage | |
repository | https://github.com/dfreese/journaled |
max_upload_size | |
id | 762285 |
size | 25,625 |
journaled is an API to interact with the systemd journal. It's primarily
intended to be used by other implementations. It does provide a log::Log
and
a (poor) slog::Drain
implementation as a point of reference.
Integration testing and documentation are still a work in progress.