vectorize_struct 0.1.1

vectorize_struct adds an procedural macro attribute that makes it possible to iterate over Trait Objects of every field of a Struct that implements a specific trait.
1
2
3
4
5
6
image: "rustlang/rust:nightly"

test:cargo:
  script:
  - rustc --version && cargo --version      # Print version info for debugging
  - time cargo +nightly test --verbose --jobs 1 --release # Don't paralize to make errors more readable