Cargo Features

[dependencies]
geo-types = { version = "0.7.18", default-features = false, features = ["std", "multithreading", "serde", "rstar", "rstar_0_8", "rstar_0_9", "rstar_0_10", "rstar_0_11", "rstar_0_12", "use-rstar", "use-rstar_0_8", "use-rstar_0_9", "use-rstar_0_10", "use-rstar_0_11", "use-rstar_0_12", "arbitrary"] }
default = std

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

std default

Enables std of optional approx, num-traits, and optional serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

multithreading = rayon
serde

Enables serde, serde of optional rstar ^0.10, optional rstar ^0.11, optional rstar, optional rstar ^0.8, and optional rstar ^0.9

rstar use-rstar? = rstar_0_8
rstar_0_8 rstar? use-rstar_0_8? = approx

Enables rstar ^0.8

Affects geo-types::private_utils

rstar_0_9 use-rstar_0_9? = approx

Enables rstar ^0.9

Affects geo-types::private_utils

rstar_0_10 use-rstar_0_10? = approx

Enables rstar ^0.10

Affects geo-types::private_utils

rstar_0_11 use-rstar_0_11? = approx

Enables rstar ^0.11

Affects geo-types::private_utils

rstar_0_12 use-rstar_0_12? = approx

Enables rstar

Affects geo-types::private_utils

use-rstar = rstar

Deprecated feature flags with "use-" prefix from the days before dep:

use-rstar_0_8 = rstar_0_8
use-rstar_0_9 = rstar_0_9
use-rstar_0_10 = rstar_0_10
use-rstar_0_11 = rstar_0_11
use-rstar_0_12 = rstar_0_12

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.

rayon multithreading?
approx rstar_0_10? rstar_0_11? rstar_0_12? rstar_0_8? rstar_0_9?
arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data