Cargo Features
[dependencies]
q565 = { version = "0.4.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverq565
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of snafu ^0.7.4
snafu:
Implement the
std::error::Error
trait. - alloc std
-
Affects
q565::encode
,utils::diff_n
…