Skip to content

Commit

Permalink
it compiles!
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Oct 20, 2024
1 parent b6d1e8f commit 9743d1e
Show file tree
Hide file tree
Showing 7 changed files with 4,378 additions and 10 deletions.
86 changes: 77 additions & 9 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ keywords = ["atomic", "concurrent", "hashmap"]
categories = ["concurrency", "algorithms", "data-structures"]

[dependencies]
seize = { git = "https://github.com/xacrimon/seize", rev = "0f41a677bccb60bdd8f3fb66a9d3e0744a5a99e8" }
cfg-if = "1.0.0"
seize = { git = "https://github.com/xacrimon/seize", rev = "3525d40db2ea0deeee273f13700f1211d5c7d102" }
atomic-wait = "1.1.0"

[package.metadata.docs.rs]
features = []
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mod raw;
mod map;
Loading

0 comments on commit 9743d1e

Please sign in to comment.