You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# dtype_variant
3
2
4
3
A Rust derive macro for creating type-safe enum variants with shared type tokens across multiple enums. This enables synchronized variant types and powerful downcasting capabilities between related enums.
@@ -312,3 +311,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
312
311
## Acknowledgements
313
312
314
313
This project was inspired by [dtype_dispatch](https://github.com/pcodec/pcodec/tree/main/dtype_dispatch), which provides similar enum variant type dispatch functionality.
314
+
315
+
## Roadmap
316
+
317
+
- Add constraint support to the `grouped_matcher` argument for enforcing trait bounds on grouped variants.
0 commit comments