duplicative_match.rs/README.md

5 lines
176 B
Markdown
Raw Permalink Normal View History

2021-05-08 18:46:04 -04:00
# duplicative_match.rs
A macro that duplicates the provided transformer for all match cases. Useful when types are conflicting but the transformer would work on all of them.