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

feat(derive): Better match serde in built-in type support #4995

Merged
merged 4 commits into from Jul 5, 2023

Conversation

epage
Copy link
Member

@epage epage commented Jul 5, 2023

Inspired by #4994

  • Atomic types are not supported as they aren't Clone
  • NonZero types aren't supported because I didn't want to deal withNonZeroI types

@LunarLambda
Copy link

Could Rc be supported similar to Box and Arc?

@epage
Copy link
Member Author

epage commented Jul 5, 2023

Could Rc be supported similar to Box and Arc?

We require Send + Sync at this time. See #4347

@LunarLambda
Copy link

I see. Thank you for this!

@epage epage merged commit 890af8a into clap-rs:master Jul 5, 2023
21 checks passed
@epage epage deleted the parse branch July 5, 2023 15:31
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

Successfully merging this pull request may close these issues.

None yet

2 participants