Cargo Features

[dependencies]
simple-rw-global = { version = "0.5.0", default-features = false, features = ["stdsync", "tokio"] }
default = stdsync

The stdsync feature is set by default whenever simple-rw-global is added without default-features = false somewhere in the dependency tree.

stdsync default

Affects simple-rw-global::GlobalContainer, simple-rw-global::GlobalMutexContainer

tokio

Enables tokio

Affects simple-rw-global::tokio, tokio::AsyncGlobalContainer, tokio::AsyncMutexGlobalContainer