Cargo Features
[dependencies]
u64_array_bigints = { version = "0.3.4", default-features = false, features = ["std", "rand_support", "serde_support", "use_parity_uint"] }
- default = rand_support, serde_support
-
These default features are set whenever
u64_array_bigints
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of u64_array_bigints_core
- rand_support default
-
Enables rand_support of u64_array_bigints_core
- serde_support default
-
Enables serde_support of u64_array_bigints_core
- use_parity_uint
-
Enables use_parity_uint of u64_array_bigints_core
u64_array_bigints has 5 features without comments.