Cargo Features
TMC2209 has no features set by default.
[dependencies]
tmc2209 = { version = "0.2.2", features = ["hash", "serde", "ufmt"] }
- hash = hash32, hash32-derive
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.
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- ufmt implicit feature
-
Enables ufmt ^0.1.0
ufmt:
A (6-40x) smaller, (2-9x) faster and panic-free alternative to
core::fmt
- hash32 hash?
-
Enables hash32 ^0.1.1
- hash32-derive hash?