//! Bevy systems for frame lifecycle management.
use Res;
use crateAllocResource;
/// System that runs at the start of each frame.
///
/// Prepares the frame arena for new allocations.
/// System that runs at the end of each frame.
///
/// Resets the frame arena, invalidating all frame allocations.