Skip to main content

diene_common/
lib.rs

1//! Shared engine support code used by workspace crates.
2
3/// Logging initialization and macro re-exports.
4pub mod logging;
5
6/// Time measurement utilities.
7pub mod timer;