| Crates.io | specs_guided_join |
| lib.rs | specs_guided_join |
| version | 0.2.1 |
| created_at | 2017-10-13 19:33:33.873036+00 |
| updated_at | 2018-06-26 13:11:13.067592+00 |
| description | specs guided join for ordered join iter |
| homepage | https://gitlab.com/nathanfaucett/rs-specs_guided_join |
| repository | https://gitlab.com/nathanfaucett/rs-specs_guided_join.git |
| max_upload_size | |
| id | 35533 |
| size | 8,507 |
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) {
// ...
}