Cargo Features
[dependencies]
sophus_timeseries = { version = "0.11.0", default-features = false, features = ["std", "simd"] }
- default = std
-
The
std
feature is set by default wheneversophus_timeseries
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sophus_geo
- simd
-
Enables simd of sophus_geo
sophus_timeseries has 3 features without comments.