Cargo Features
filerune_fusion has no features set by default.
[dependencies]
filerune_fusion = { version = "0.2.0", features = ["all", "async_std", "async-std", "smol", "tokio"] }
- all = async_std, smol, tokio
- async_std all? async-std?
-
Enables async-std
Affects
check::async_std,merge::async_std,split::async_std… - async-std = async_std
- smol all?
-
Enables smol
Affects
check::smol,merge::smol,split::smol… - tokio all?
-
Enables tokio
Affects
check::tokio,merge::tokio,split::tokio…