release 0.5.4

This commit is contained in:
Dominik Werder
2024-10-31 23:11:02 +01:00
parent 4e1874381c
commit 3b31c244ee
10 changed files with 21 additions and 221 deletions
+1
View File
@@ -23,6 +23,7 @@ pub trait TimeBins {
fn ts_min_max(&self) -> Option<(u64, u64)>;
}
// TODO remove
pub trait TimeBinnerTy: fmt::Debug + Send + Unpin {
type Input: fmt::Debug;
type Output: fmt::Debug;