Expand description
Common types and utilities shared across journal crates.
This crate provides foundational types and utilities used by multiple journal-related crates, avoiding code duplication and circular dependencies.
Re-exports§
pub use time::Microseconds;pub use time::RealtimeClock;pub use time::Seconds;pub use time::monotonic_now;pub use collections::HashMap;pub use collections::HashSet;pub use collections::VecDeque;pub use system::load_boot_id;pub use system::load_machine_id;
Modules§
- collections
- Collection type aliases.
- compat
- MSRV compatibility helpers.
- system
- System utilities for loading machine and boot identifiers.
- time
- Time units for journal timestamps.