Cargo Features

rtz-core has no features set by default.

[dependencies]
rtz-core = { version = "0.1.4", features = ["full", "double-precision", "extrasimplified", "self-contained", "tz-ned", "tz-osm", "admin-osm"] }
full = admin-osm, self-contained, tz-ned, tz-osm
double-precision

Affects types::Float

unsimplified extrasimplified
self-contained full? = bincode

Affects shared::generate_bincodes, shared::get_global_bincode_config, shared::get_global_bincode_config

tz-ned full?

Affects tz::ned

tz-osm full?

Affects tz::osm

admin-osm full?

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.

bincode self-contained?

Enables bincode

self-contained