Bevy is one of the best-known Rust GameDev engines. It has an excellent ECS, which you can use with other rendering engines.
Been experimenting with using the Bevy ECS crate with Macroquad rendering, together with Rapier Physics, this makes for quite a nice little stack.