Cargo Features
ssbh_lib has no features set by default.
[dependencies]
ssbh_lib = { version = "0.19.0", features = ["serde", "serde_hex", "strum", "arbitrary"] }
- serde serde_hex? = serde_bytes
-
Enables serde
- serde_hex = hex, serde
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_bytes serde?
- hex serde_hex?
- strum implicit feature
-
Enables strum ^0.24.1
strum:
Helpful macros for working with enums and strings
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data