Cargo Features

[dependencies]
rl_ball_sym = { version = "3.1.3", default-features = false, features = ["uncompressed", "compression", "stable-compression", "fast-math", "standard", "hoops", "dropshot", "throwback"] }
default = dropshot, hoops, standard, throwback, uncompressed

These default features are set whenever rl_ball_sym is added without default-features = false somewhere in the dependency tree.

uncompressed default
compression stable-compression? = include-flate

Affects rl_ball_sym::compressed

stable-compression = compression

Enables stable of include-flate ^0.2.0

fast-math

Enables fast-math of glam ^0.24.0

glam:

Enables platform specific optimizations that might speed-up certain operations.
This will cause APIs to output different results depending on the platform used and will likely break cross-platform determinism.
This should NOT be enabled by intermediate libraries, deferring the decision to the end binary build instead.

standard default

Affects compressed::load_standard, uncompressed::load_standard

hoops default

Affects compressed::load_hoops, uncompressed::load_hoops

dropshot default

Affects compressed::load_dropshot, uncompressed::load_dropshot

throwback default

Affects compressed::load_standard_throwback, uncompressed::load_standard_throwback

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.

include-flate compression? stable-compression?

Enables include-flate ^0.2.0