Cargo Features
[dependencies]
yggdrasilctl = { version = "1.2.2", default-features = false, features = ["use_std", "use_tokio", "use_futures"] }
- use_std default
-
Take
Write
andRead
traits fromstd
crateEnables is_sync of maybe-async
- use_tokio
-
Take
AsyncWrite
andAsyncRead
traits fromtokio
crateEnables maybe-async and tokio
- use_futures
-
Take
AsyncWrite
andAsyncRead
traits fromfutures
crateEnables futures and maybe-async
futures:
Async runtime
- default = use_std
-
The
use_std
feature is set by default wheneveryggdrasilctl
is added without
somewhere in the dependency tree.default-features = false