Working streams

This commit is contained in:
2025-10-23 13:55:06 +02:00
parent 3655a7dff0
commit 915d643dfa
5 changed files with 59 additions and 15 deletions

3
src/block.rs Normal file
View File

@ -0,0 +1,3 @@
use crate::stream::{StreamReader, stream};
pub trait Block<I> {}