Cargo Features
[dependencies]
spatialtree = { version = "0.1.2", default-features = false, features = ["rand"] }
- default = rand
-
The
rand
feature is set by default wheneverspatialtree
is added without
somewhere in the dependency tree.default-features = false - rand default
-
Enables rand
Affects
coords::rand_cv
…