Skip to content

Commit

Permalink
Try out monoio
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Dec 17, 2024
1 parent 86b224b commit b356dfb
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 14 deletions.
217 changes: 204 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["rc-zip-cli", "rc-zip", "rc-zip-sync", "rc-zip-tokio"]
members = ["rc-zip-cli", "rc-zip", "rc-zip-sync", "rc-zip-tokio", "rc-zip-monoio"]
exclude = ["fuzz"]

# The profile that 'cargo dist' will build with
Expand Down
8 changes: 8 additions & 0 deletions rc-zip-monoio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "rc-zip-monoio"
version = "0.1.0"
edition = "2021"

[dependencies]
monoio = "0.2.4"
rc-zip = { version = "5.1.3", path = "../rc-zip" }
Loading

0 comments on commit b356dfb

Please sign in to comment.