Cargo Features
KSZ8863 has no features set by default.
[dependencies]
ksz8863 = { version = "0.2.0", features = ["hash-32", "serde", "ufmt"] }
- hash-32 = 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
ufmt:
A (6-40x) smaller, (2-9x) faster and panic-free alternative to
core::fmt
- hash32 hash-32?
-
Enables hash32 ^0.1.1
- hash32-derive hash-32?