Improve code design
This commit is contained in:
@@ -20,6 +20,13 @@ rand = "0.8"
|
||||
rand_distr = "0.4"
|
||||
ndarray = "0.15"
|
||||
num-traits = "0.2"
|
||||
rayon = { version = "1.8", optional = true }
|
||||
thiserror = "1.0"
|
||||
ordered-float = "4.2"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
parallel = ["rayon"]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user