This commit is contained in:
Sidya
2023-06-10 02:57:36 -04:00
parent 13cde58ffb
commit 4fbd56d13a
12 changed files with 1280 additions and 0 deletions

5
src/stream.rs Normal file
View File

@ -0,0 +1,5 @@
pub struct Stream {
pub cur_time : u64
}