bevy/crates/bevy_ecs/src/query
Charles Bournhonesque e33b93e312
Update ecs query docs (#12595)
# Objective

I'm reading through the ecs query code for the first time, and updating
the docs:
- fixed some typos
- added some docs about things I was confused about (in particular what
the difference between `matches_component_set` and
`update_component_access` was)
2024-03-22 13:28:41 +00:00
..
access.rs Update to fixedbitset 0.5 (#12512) 2024-03-17 18:43:05 +00:00
builder.rs remove repetitive code (#12270) 2024-03-03 07:58:22 +00:00
error.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
fetch.rs Remove ComponentStorage and associated types (#12311) 2024-03-05 15:54:52 +00:00
filter.rs Update ecs query docs (#12595) 2024-03-22 13:28:41 +00:00
iter.rs Update ecs query docs (#12595) 2024-03-22 13:28:41 +00:00
mod.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
par_iter.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
state.rs Update ecs query docs (#12595) 2024-03-22 13:28:41 +00:00
world_query.rs Update ecs query docs (#12595) 2024-03-22 13:28:41 +00:00