Cargo Features

[dependencies]
median-accumulator = { version = "0.4.0", default-features = false, features = ["std", "smallvec"] }
default = std

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

std default

Enables alloc and std of cc-traits

Affects median-accumulator::vec

smallvec

Enables smallvec, smallvec of cc-traits