obel_diagnostic 0.0.6

Provides diagnostic functionality
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc(html_logo_url = "assets/icon.png", html_favicon_url = "assets/icon.png")]
#![forbid(unsafe_code)]

//! This crate provides a straightforward solution for integrating diagnostics in the [obel game engine](https://obelengine.org/).
//! It allows users to easily add diagnostic functionality to their obel applications, enhancing
//! their ability to monitor and optimize their game's.

extern crate alloc;