Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for record codec unions #3

Open
adam-rocska opened this issue Apr 3, 2023 · 2 comments
Open

Allow for record codec unions #3

adam-rocska opened this issue Apr 3, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adam-rocska
Copy link
Owner

smthn like:

record<Some & Other>(someCodec, someOtherCodec);
@adam-rocska adam-rocska added the enhancement New feature or request label Apr 3, 2023
@adam-rocska
Copy link
Owner Author

Or even better:

recordUnion(someCodec, someOtherCodec);

@adam-rocska
Copy link
Owner Author

Strongly related but non-duplicative with issue #8

@adam-rocska adam-rocska added this to the 2.x milestone Aug 30, 2024
@adam-rocska adam-rocska self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant