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 <=>.
- Host: GitHub
- URL: https://github.com/hatoo/flat_vec
- Owner: hatoo
- Created: 2023-08-12T06:56:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-12T06:56:56.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:45:39.745Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `<=>`.