Indra-db / flecs-ecs-rs

a Rust API for Flecs : a fast entity component system (ECS)
MIT License
13 stars 4 forks source link

Attempt to appropriately annotate lifetimes #36

Closed james-j-obrien closed 2 months ago

james-j-obrien commented 2 months ago

This is a first pass at adding lifetimes to ensure objects created from a world don't outlive it.

Due to the scale of the refactor it may be necessary to split it into smaller PRs that are more targetted.

james-j-obrien commented 2 months ago

Closed in favor of: https://github.com/james-j-obrien/flecs-ecs-rs/pull/2