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