Cargo Features
[dependencies]
oneshot-uniffi = { version = "0.1.6", default-features = false, features = ["std", "async"] }
-
default
=
async,
std
-
TODO: Remove the default features on next breaking release and make them opt-in.
Because default features are evil
-
std
default
-
Enables usage of libstd. Adds support for thread blocking receive methods.
-
async
default
-
Enables async receiving by implementing Future