This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unnamed matches for unnamed structs and variants. (#155)
* add variants to support unnamed variants * cargo fmt * add plumbing for field_type * more plumbing field_type for capture and capture_single * create unnamed module for capture parsers * implement field-type sensitive capturing for capture() and single_capture() * enable empty capture sections * remove dead code * make things private that should be private * update example code * update doc comment for switch derive * cargo fmt
- Loading branch information
1 parent
b4a6475
commit 2bdb609
Showing
13 changed files
with
510 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.