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

#[arrow(transparent)] derive mode #81

Open
aldanor opened this issue Oct 22, 2022 · 0 comments
Open

#[arrow(transparent)] derive mode #81

aldanor opened this issue Oct 22, 2022 · 0 comments

Comments

@aldanor
Copy link

aldanor commented Oct 22, 2022

This should be fairly trivial to implement. Similar to #[serde(transparent)], so that we could easily wrap newtypes like

#[arrow(transparent)]
struct NewType(i32);

When generics land, should also support generic newtypes.

@v1gnesh v1gnesh mentioned this issue Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant