Cargo Features

[dependencies]
globetrotter-model = { version = "0.0.4", default-features = false, features = ["rayon"] }
default = rayon

The rayon feature is set by default whenever globetrotter-model is added without default-features = false somewhere in the dependency tree.

rayon default

Enables rayon of indexmap and rayon

optional: rayon for parallel validation of translations