Cargo Features
[dependencies]
x328-proto = { version = "0.2.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverx328-proto
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of snafu ^0.7.1
snafu:
Implement the
std::error::Error
trait.
x328-proto has 2 features without comments.