Cargo Features
bp3d-net has no features set by default.
[dependencies]
bp3d-net = { version = "1.0.0-rc.1.0.0", features = ["tcp-server", "tcp-client", "udp-server", "udp-client"] }
- tcp-server = tokio
-
Enables io-util, macros, net, rt and sync of tokio
Affects
tcp::server
,tcp::util
… - tcp-client = tokio
-
Enables io-util, macros, net, rt and sync of tokio
Affects
tcp::client
,tcp::util
… - udp-server = tokio
-
Enables macros, net, rt and sync of tokio
Affects
udp::server
,udp::util
… - udp-client = tokio
-
Enables macros, net, rt and sync of tokio
Affects
udp::client
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.