Cargo Features
substrate-fixed has no features set by default.
[dependencies]
substrate-fixed = { version = "0.5.9", features = ["std", "f16", "fail-on-warnings", "az"] }
- std
-
Enables std of parity-scale-codec, scale-info, and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - f16 = half
- fail-on-warnings
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.