bevy-trait-query 0.19.0

Implementation of trait queries for the bevy game engine
Documentation
1
2
3
4
5
mod core;
mod impls;

pub use core::{fetch::AllTraitsFetch, read::*, write::*};
pub use impls::*;