Cargo Features

[dependencies]
pythagorean-hodographs = { version = "0.5.4", default-features = false, features = ["std", "libm"] }
default = std

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

std default

Enables use_std of itertools ^0.10.5, std of ordered-float ^3.4.0 and std of glam ^0.24.2

glam:

enable support for the standard library

libm

Enables libm of glam ^0.24.2

pythagorean-hodographs has 3 features without comments.