Cargo Features
[dependencies]
async-icmp = { version = "0.2.0", default-features = false, features = ["rand"] }
- rand default
-
Enable random generation of EchoId
Enables rand
- default = rand
-
The
rand
feature is set by default wheneverasync-icmp
is added without
somewhere in the dependency tree.default-features = false