systemd-journal-sdk-core 0.7.3

Core pure Rust systemd journal file reader and writer primitives
Documentation
1
2
3
4
5
6
//! Collection type aliases re-exported from journal-common.
//!
//! This module re-exports the collection types from `journal-common` for
//! backwards compatibility and convenience.

pub use journal_common::collections::{HashMap, HashSet, VecDeque};