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! just like vec! but can be used to flatten nested vec!s. Order of elements is preserved.