Cargo Features

[dependencies]
rl_ball_sym = { version = "4.0.0", default-features = false, features = ["compression", "standard", "hoops", "dropshot", "throwback", "serde"] }
default = dropshot, hoops, standard, throwback

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

compression = include-flate
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

serde

Enables serde, serde of glam

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?