obel_diagnostic 0.0.1

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

//! 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;