Cargo Features
[dependencies]
small-fixed-array = { version = "0.4.6", default-features = false, features = ["to-arraystring", "std", "typesize", "serde", "nightly"] }
- default = std
-
The
std
feature is set by default wheneversmall-fixed-array
is added without
somewhere in the dependency tree.default-features = false - to-arraystring
-
Add new features to the jobs in .github/workflows/ci.yml.
Enables to-arraystring
- std default
- typesize
-
Enables typesize
- serde
-
Enables serde
- nightly