Cargo Features
[dependencies]
pnet_base = { version = "0.35.0", default-features = false, features = ["std", "serde"] }
- default = std
-
The
std
feature is set by default wheneverpnet_base
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of no-std-net
no-std-net:
Makes the library act as a facade to std::net types