Rust implementation of the CVM algorithm for counting distinct elements in a stream
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #10 from urschrei/dependabot/cargo/rustc-hash-2.1.1

Update rustc-hash requirement from 1.1.0 to 2.1.1

+1 -1
+1 -1
Cargo.toml
··· 16 16 rand = "0.8.5" 17 17 regex = "1.10.4" 18 18 clap = { version = "4.5.4", features = ["cargo"] } 19 - rustc-hash = "1.1.0" 19 + rustc-hash = "2.1.1" 20 20 21 21 [dev-dependencies] 22 22 rand = "0.8.5"