Indra-db / flecs-ecs-rs

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

Annotate World Lifetimes #44

Closed james-j-obrien closed 2 months ago

james-j-obrien commented 2 months ago

Bind structs that access the world to the world's lifetime. Removes internal storage of raw pointers. Mark unsafe APIs.