Cargo Features
[dependencies]
euclid = { version = "0.22.11", default-features = false, features = ["std", "unstable", "libm", "serde", "mint", "bytemuck", "arbitrary"] }
- default = std
-
The
std
feature is set by default whenevereuclid
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of num-traits
- unstable
- libm
-
Enables libm of num-traits
Features from optional dependencies
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- mint implicit feature
-
Enables mint
mint:
Math interoperability standard types
- bytemuck implicit feature
-
Enables bytemuck
bytemuck:
A crate for mucking around with piles of bytes
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data