diene-common 0.1.0

Shared support utilities for the Diene game engine.
Documentation
1
2
3
4
5
6
7
//! Shared engine support code used by workspace crates.

/// Logging initialization and macro re-exports.
pub mod logging;

/// Time measurement utilities.
pub mod timer;