Move some types to crate streams

This commit is contained in:
Dominik Werder
2022-11-15 11:07:40 +01:00
parent 20e2c20697
commit fb78f1887e
37 changed files with 1002 additions and 954 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ async fn gen_event(
buf.put_u8(0);
buf.put_u8(0);
buf.put_i32(-1);
use crate::dtflags::*;
use streams::dtflags::*;
if config.compression {
match config.shape {
Shape::Wave(ele_count) => {