An open API service indexing awesome lists of open source software.

https://github.com/hatoo/flat_vec

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 <=>.
https://github.com/hatoo/flat_vec

Last synced: about 1 month ago
JSON representation

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 <=>.

Awesome Lists containing this project

README

        

# flat_vec

`flat_vec` provides a macro to flatten nested `Vec`s.
Particularly useful when you want to write a rules of [`egg`](https://github.com/egraphs-good/egg) which contains rules both `=>` and `<=>`.