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 5d4b699 commit c9ae39eCopy full SHA for c9ae39e
Cargo.toml
@@ -19,22 +19,12 @@ std = []
19
20
[dev-dependencies]
21
lexical-core = "0.7"
22
-criterion = "0.3"
23
24
[dev-dependencies.hexf-parse]
25
version = "*"
26
git = "https://github.com/lifthrasiir/hexf.git" # until the version on crates.io is updated
27
rev = "0c95001574997847e1348c4f6dac5f434c772914"
28
29
-[[bench]]
30
-name = "bench"
31
-harness = false
32
-
33
-[lib]
34
-name = "fast_float"
35
-path = "src/lib.rs"
36
-bench = false
37
38
[workspace]
39
members = [".", "extras/data-tests", "extras/simple-bench"]
40
benches/bench.rs
0 commit comments