Cargo Features

[dependencies]
small-fixed-array = { version = "0.4.5", default-features = false, features = ["to-arraystring", "std", "typesize", "serde", "nightly"] }
default = std

The std feature is set by default whenever small-fixed-array is added without default-features = false somewhere in the dependency tree.

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