Cargo Features
[dependencies]
pythagorean-hodographs = { version = "0.5.4", default-features = false, features = ["std", "libm"] }
- default = std
-
The
std
feature is set by default wheneverpythagorean-hodographs
is added without
somewhere in the dependency tree.default-features = false - 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.