Cargo Features

[dependencies]
float8 = { version = "0.1.1", default-features = false, features = ["std", "all", "cuda", "num-traits", "rand_distr", "bytemuck", "zerocopy", "rkyv", "serde"] }
default = std

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

std default all? rand_distr?
all = bytemuck, cuda, num-traits, rand_distr, rkyv, serde, std, zerocopy
cuda all?

Enables cudarc

num-traits all?

Enables num-traits

rand_distr all? = std

Enables rand and rand_distr

bytemuck all?

Enables bytemuck

zerocopy all?

Enables zerocopy ^0.6.0

rkyv all?

Enables rkyv ^0.7

serde all?

Enables serde

float8 has 10 features without comments.