specs_guided_join

Crates.iospecs_guided_join
lib.rsspecs_guided_join
version0.2.1
sourcesrc
created_at2017-10-13 19:33:33.873036
updated_at2018-06-26 13:11:13.067592
descriptionspecs guided join for ordered join iter
homepagehttps://gitlab.com/nathanfaucett/rs-specs_guided_join
repositoryhttps://gitlab.com/nathanfaucett/rs-specs_guided_join.git
max_upload_size
id35533
size8,507
Nathan Faucett (nathanfaucett)

documentation

README

specs_guided_join

specs guided join for ordered join iter

specs_guided_join = "0.2"
extern crate specs_guided_join;

use specs_guided_join::GuidedJoin;


let guide = vec![entity1, entity0, entity2];

for component in (&mut components).guided_join(&guide) {
    // ...
}
Commit count: 10

cargo fmt