split / cleanup core utils.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5fe5ab279c
commit
90d9a997a5
13 changed files with 205 additions and 191 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
use std::{panic, panic::PanicInfo};
|
||||
|
||||
/// Export all of the ancillary tools from here as well.
|
||||
pub use crate::utils::debug::*;
|
||||
|
||||
/// Log event at given level in debug-mode (when debug-assertions are enabled).
|
||||
/// In release-mode it becomes DEBUG level, and possibly subject to elision.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue