Cargo Features

h3ron has no features set by default.

[dependencies]
h3ron = { version = "0.18.0", features = ["use-rayon", "use-serde", "bindgen", "parse", "indexmap", "roaring"] }
use-rayon

Enables rayon of hashbrown

use-serde

Enables serde, serde of hashbrown

Affects treemap::serde

bindgen

Enables bindgen of h3ron-h3-sys

parse

Enables nom

indexmap

Enables indexmap

Affects algorithm::cell_clusters

Features from optional dependencies

roaring implicit feature

Enables roaring

roaring:

A better compressed bitset - pure Rust implementation

Affects collections::treemap