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

Implement ser/de for reference count types #27

Merged
merged 2 commits into from Apr 7, 2021

Conversation

austinabell
Copy link
Contributor

Closes #12

I put the Arc and Rc impls under a feature, but if you'd like it by default if you're doing a breaking release, I'm happy to remove the feature

Copy link
Member

@ailisp ailisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

@ailisp ailisp merged commit eff33a6 into near:master Apr 7, 2021
This was referenced May 31, 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

Successfully merging this pull request may close these issues.

Impl borsh ser/deser for Arc<T:BorshSerialize/Deserialize>
2 participants