Cargo Features

[dependencies]
cubek-random = { version = "0.2.0-pre.2", default-features = false, features = ["std", "pretty_assertions"] }
default = std

These default features are set whenever cubek-random is added without default-features = false somewhere in the dependency tree.

Enables cubecl

std default

Enables std of cubecl

Features from optional dependencies

pretty_assertions implicit feature

Enables pretty_assertions

pretty_assertions:

Overwrite assert_eq! and assert_ne! with drop-in replacements, adding colorful diffs