Added unsync-pipe with some tests

This commit is contained in:
2025-12-13 02:28:10 +01:00
parent 0f89cde246
commit 224c4ecca2
5 changed files with 546 additions and 330 deletions

13
unsync-pipe/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "unsync-pipe"
version = "0.1.0"
edition = "2024"
[dev-dependencies]
itertools = "0.14.0"
rand = "0.9.2"
rand_chacha = "0.9.0"
test_executors = "0.4.0"
[dependencies]
futures = "0.3.31"