Cargo Features
[dependencies]
runng = { version = "0.3.2", default-features = false, features = ["unstable", "pipes", "stats"] }
- default = pipes, stats
-
These default features are set whenever
runng
is added without
somewhere in the dependency tree.default-features = false - unstable
-
Unstable features that will change without warning
- pipes default
-
NngPipe/nng_pipe
- stats default