Cargo Features
[dependencies]
binmatch = { version = "1.2.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverbinmatch
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables thiserror
Affects
binmatch::BinmatchError
…