https://github.com/tikv/match-template
match-template is a procedural macro that generates repeated match arms by pattern.
https://github.com/tikv/match-template
Last synced: about 2 months ago
JSON representation
match-template is a procedural macro that generates repeated match arms by pattern.
- Host: GitHub
- URL: https://github.com/tikv/match-template
- Owner: tikv
- License: apache-2.0
- Created: 2022-07-19T08:23:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T08:49:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T05:11:51.535Z (2 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 6
- Watchers: 16
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# match-template
match-template is a procedural macro that generates repeated match arms by pattern.