Cargo Features
rsdns has no features set by default.
[dependencies]
rsdns = { version = "0.19.0", features = ["net-std", "net-tokio", "net-async-std", "net-smol", "socket2"] }
- net-std
-
Affects
clients::std
… - net-tokio
-
Enables tokio
Affects
clients::tokio
… - net-async-std
-
Enables async-std
Affects
clients::async_std
… - net-smol
-
Enables smol and smol-timeout
Affects
clients::smol
… - socket2
-
Enables socket2