Identifier automatic qualification (to make "private" identifiers in shared namespaces)
As it stands, my serde clone is full of nonsense like 'de__
and $<$fname __val__>
. It would be neat to have a built-in way to ensure that an identifier will not conflic with anything user-provided.
Suggested syntax: $@{ .. }