Cargo Features

[dependencies]
yuvxyb = { version = "0.4.1", default-features = false, features = ["fastmath"] }
default = fastmath

The fastmath feature is set by default whenever yuvxyb is added without default-features = false somewhere in the dependency tree.

fastmath default

Enables fastmath of yuvxyb-math

yuvxyb has 2 features without comments.