Cargo Features
[dependencies]
triaka-rpc-proto = { version = "0.2.1", default-features = false, features = ["nonblocking"] }
- default = nonblocking
-
The
nonblocking
feature is set by default whenevertriaka-rpc-proto
is added without
somewhere in the dependency tree.default-features = false - nonblocking default
-
Enables tokio
Affects
lower::Transport
…