Cargo Features

[dependencies]
fixed_math = { version = "0.4.1", default-features = false, features = ["std", "right_angles"] }
default = right_angles, std

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

std default

Enables std of fixed

right_angles default

fixed_math has 3 features without comments.