Attempt better binned bins

This commit is contained in:
Dominik Werder
2024-11-20 16:12:28 +01:00
parent 5de8f847a4
commit e17bb885fc
7 changed files with 184 additions and 59 deletions

View File

@@ -23,6 +23,9 @@ use items_0::Events;
use std::fmt;
mod log {
#[cfg(not(test))]
pub use netpod::log::*;
#[cfg(test)]
pub use netpod::log::*;
}