Cargo Features
[dependencies]
teeny-qoi = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverteeny-qoi
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
teeny-qoi has 3 features without comments.