We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc70bb commit a1f7f3bCopy full SHA for a1f7f3b
Cargo.toml
@@ -0,0 +1,21 @@
1
+[package]
2
+name = "rust_bench_btreeset_intersection"
3
+version = "0.1.0"
4
+authors = ["Stein Somers <[email protected]>"]
5
+autotests = false
6
+autobenches = false
7
+edition = "2018"
8
+
9
+[dev-dependencies]
10
+proptest = "0.9"
11
+rand = "0.6"
12
+rand_xorshift = "0.1"
13
14
+[[test]]
15
+name = "collectionstests"
16
+path = "src/tests/set.rs"
17
18
+[[bench]]
19
+name = "collectionsbenches"
20
+path = "src/benches/set.rs"
21
0 commit comments