Cargo Features
[dependencies]
binmatch = { version = "1.2.2", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverbinmatchis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables thiserror ^1.0.58
Affects
binmatch::BinmatchError…