// This needs to come first!
pub use EvtxParser;
pub type Offset = u32;
// For tests, we only initialize logging once.
use ;
static LOGGER_INIT: Once = ONCE_INIT;
// Rust runs the tests concurrently, so unless we synchronize logging access
// it will crash when attempting to run `cargo test` with some logging facilities.