Cargo Features

GetDir has no features set by default.

[dependencies]
get_dir = { version = "0.5.0", features = ["all", "async_std", "async-std", "smol", "tokio"] }
all = async_std, smol, tokio
async_std all? async-std?

Enables async-std

Affects get_dir::async_std, util::async_std

async-std = async_std
smol all?

Enables smol

Affects get_dir::smol, util::smol

tokio all?

Enables tokio

Affects get_dir::tokio, util::tokio