Cargo Features
[dependencies]
slender-math = { version = "0.1.1", default-features = false, features = ["short_names", "color_fields", "bytemuck"] }
- default = bytemuck, color_fields, short_names
-
These default features are set whenever
slender-math
is added without
somewhere in the dependency tree.default-features = false - short_names default
- color_fields default
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bytemuck default