Cargo Features
[dependencies]
ac-compose-macros = { version = "1.16.0", default-features = false, features = ["sync-api", "disable_target_static_assertions", "std"] }
- default = std, sync-api
-
These default features are set whenever
ac-compose-macros
is added without
somewhere in the dependency tree.default-features = false - sync-api default
-
Enables is_sync of maybe-async
- disable_target_static_assertions
-
To support
no_std
builds in non-32 bit environments.Enables disable_target_static_assertions of ac-primitives
local
- std default
-
Enables std of ac-primitives and log