mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
do functions work finally maybe
This commit is contained in:
parent
ebd3dd8d82
commit
237fb34d97
12 changed files with 132 additions and 86 deletions
|
|
@ -6,9 +6,10 @@ macro_rules! assert_size {
|
|||
};
|
||||
}
|
||||
|
||||
pub(crate) use assert_size;
|
||||
use std::fmt::Display;
|
||||
|
||||
pub(crate) use assert_size;
|
||||
|
||||
#[cfg(feature = "_debug")]
|
||||
pub fn dbg(prefix: impl Display, x: impl dbg_pls::DebugPls) {
|
||||
eprintln!("{prefix}{}", dbg_pls::color(&x))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue