Cargo Features
[dependencies]
h3o = { version = "0.6.4", default-features = false, features = ["std", "geo", "serde", "tools", "typed_floats", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverh3o
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables ahash
- geo
-
Affects
h3o::geom
… - serde
-
Enables serde and serde_repr
- tools = polyfit-rs
-
Required by the average_edge_length binary
- typed_floats
-
Enables typed_floats
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- polyfit-rs tools?
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data