Initial port of region reading to 1.16 · feather-rs/feather@7fe8f52 · GitHub
Skip to content

Commit 7fe8f52

Browse files
committed
Initial port of region reading to 1.16
1 parent 9251f5d commit 7fe8f52

7 files changed

Lines changed: 268 additions & 61 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/base/src/anvil/region.rs

Lines changed: 36 additions & 55 deletions

crates/common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ itertools = "0.10"
1818
anyhow = "1"
1919
ahash = "0.7"
2020
parking_lot = "0.11"
21+
flume = "0.10"

crates/common/src/world_source.rs

Lines changed: 50 additions & 1 deletion

0 commit comments

Comments
 (0)