Skip to content

Commit 060d3c2

Browse files
committed
refactor io strategy
1 parent e09fee7 commit 060d3c2

File tree

6 files changed

+288
-189
lines changed

6 files changed

+288
-189
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rust-version = "1.63"
1313
byteorder = "1.5.0"
1414
crossbeam-channel = "0.5.13"
1515
itertools = "0.13.0"
16+
oneshot = { version = "0.1.11", default-features = false, features = ["std"] }
1617
thiserror = "2.0"
1718
zerocopy = { version = "0.8.9", features = ["derive"] }
1819

0 commit comments

Comments
 (0)