Cargo Features
[dependencies]
sophus = { version = "0.11.0", default-features = false, features = ["std", "simd"] }
- default = std
-
The
std
feature is set by default wheneversophus
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sophus_autodiff, sophus_image, sophus_lie, sophus_opt, and sophus_sensor
- simd
-
Enables simd of sophus_autodiff, sophus_image, sophus_lie, sophus_opt, and sophus_sensor
Sophus has 3 features without comments.