-
Notifications
You must be signed in to change notification settings - Fork 31
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
[serde] Deserialize
+Serialize
impl for (this crate's) T: Symbol
implementors
#45
Comments
Looks like a pretty easy PR. @Robbepop Do you think we could merge these changes soon? |
It looks like repository is a bit abandoned :\ |
@abs0luty Yea I've since started using the |
The repository is not avandoned officially but I am currently not having the time and energy to have focus for it. |
@Robbepop Hey no worries. Thanks for your contributions. I wish you the best. |
@Robbepop Hey that's fine, thanks you for all the stuff you've already made. I also wish you the best. |
Symbol
s already get verified when used viaresolve
, so it should be no problem to provide appropriateserde::Deserialize
andserde::Serialize
implementations for symbols, such that the symbols and the interner can be easily serialized as part of an overall container structure.The text was updated successfully, but these errors were encountered: