Modules§
Macros§
- bevybail
- A bevy version of
anyhow::bail!
. - bevyhow
- A bevy version of
anyhow::anyhow!
.
Derive Macros§
- Impl
Bundle - Implement [
Bundle
] for a struct that implements [BundleEffect
]. - Sendit
- Creates a SendWrapper newtype that implements
Send
for a struct or enum. - ToTokens
- Implements
TokenizeSelf
for a struct or enum. All fields must also implementTokenizeSelf
, please open a pr if you want to add support for a type.