//! Raw log file reading: discovery, tailing, entry parsing, and timestamps.
// `steam` is consumed only by `discovery` (Linux Steam-library path lookup),
// which is itself `tailer`-gated. Without the `tailer` feature, `discovery` is
// excluded and these helpers would be dead code (denied under `-D warnings` on
// the Linux `--no-default-features` CI build), so gate `steam` the same way.