Supercharged seq! macro
This crate provides a seq! macro to repeat a fragment of source code and
substitute into each repetition a value of your choosing,
drawn from an iterable RHAI expression.
This is a fork of the seq-macro crate and is backwards-compatible for simple usage.
use seq;
seq!;
assert_eq!;
assert_eq!;
assert_eq!;