Cargo Features

FileGo has no features set by default.

[dependencies]
filego = { version = "0.5.2", features = ["all", "async-std", "async_std", "tokio"] }
all = async-std, tokio
async-std all? async_std?

Enables async-std

Affects check::async_std, merge::async_std, split::async_std

async_std = async-std
tokio all?

Enables tokio

Affects check::tokio, merge::tokio, split::tokio