bevy/crates/bevy_animation
Stepan Koltsov 465d1139e7
Replace TwoIterators with Either in bevy_animation (#16036)
# Objective

- Less code
- Better iterator (implements `size_hint` for example)

## Solution

- Use `either`
- This change is free because `bevy_animation` depends on `bevy_asset`,
which already depends on `either`

## Testing

CI
2024-10-21 02:17:59 +00:00
..
derive
src
Cargo.toml
README.md

Bevy Animation

License Crates.io Downloads Docs Discord