Is there work being done on ignore attribute ? If yes, what still needs to be done ? #732
DontBreakAlex
started this conversation in
General
Replies: 2 comments 2 replies
-
Hi, I don't actually know how much work but I doubt its an incredible amount of work since I imagine you just need to feed some config through. I think we could support this but beyond that I don't have much info. If you're interested I would accept a PR that adds this and can mentor a bit via discord in the discord.gg/tokio #prost channel. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I dug a bit deeper and found this commit in @r3v2d0g's PR. Do you think I can cherry-pick it to get it merged ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While migrating code from serde_json I encountered this issue: #174.
In some places, I use
#[serde(skip)]
, which is not currenctly possible with prost. While browsing the code, I found several references to ignore attributes, like thisprost/prost-derive/src/field/mod.rs
Lines 33 to 37 in 6658ab4
Is there work being done on this ?
If yes, what remains to be done ?
If no, how much work would be needed to implement this ?
Beta Was this translation helpful? Give feedback.
All reactions