Files
daqbuf-streams/src/timebin/pbd2/binstream.rs
2025-03-26 09:06:05 +01:00

9 lines
126 B
Rust

pub struct BinStream {}
impl BinStream {
pub fn new() -> Self {
// BinWriteIndexRtStream
todo!()
}
}