Registry / other / bevy-mod-sysfail

bevy-mod-sysfail

JSON →
library7.0.0rscratesunverified

Decorate Bevy systems with the sysfail macro attribute to handle failure gracefully.

# Cargo.toml [dependencies] bevy_mod_sysfail = "7.0.0"
INSTALL
IMPORT
SIG · BEVY-MOD-SYSFAIL
B
bevy-mod-sysfail
otherrustv7.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sysfail
use bevy_mod_sysfail::sysfail;

Use sysfail to handle system errors

use bevy_mod_sysfail::sysfail; use bevy::prelude::*; #[sysfail] fn my_system() -> Result<(), ()> { Ok(()) } fn main() { App::new().add_systems(Update, my_system).run(); }
Debug
Known issues
breakingRequires Bevy 0.13+; incompatible with older versions.
fix
Ensure your Bevy version matches the crate's version (7.0.0 requires Bevy 0.13).
affects: >=7.0.0
Upgrade
Version history
7.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources
bevy-mod-sysfail — cargo add bevy-mod-sysfail · libregistry