Crate flat_vec

Source
Expand description

flat_vec provides a macro to flatten nested Vecs. Particularly useful when you want to write a rules of egg which contains rules both => and <=>.

Macrosยง

flat_vec
flat_vec! just like vec! but can be used to flatten nested vec!s. Order of elements is preserved.