Cargo Features

[dependencies]
h3o = { version = "0.6.2", default-features = false, features = ["std", "geo", "serde", "tools", "typed_floats", "arbitrary"] }
default = std

The std feature is set by default whenever h3o is added without default-features = false somewhere in the dependency tree.

std default

Enables ahash

geo

Enables geo and geojson

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