Closed lucaswxp closed 3 years ago
This seems like a bug. However, the example you provided does not use this crate at all. I'm a bit confused. Also #[yaserde()]
seems pointless, what's the idea of that?
@jplatte Hey there. So, the #[yarserde()]
came with the auto-generated code, so I'm not sure...
I fixed the above issue by renaming all type-alias to a direct String
type. I'm going to close this. But in case you have anything to add regarding yarsede
feel free.
Okay, after re-reading I understand better. I might try to reproduce your issue at some point, but if you've figured out a way to make it work for now, that's good 🙂
Hey guys.
I was able to generate the rust code for my xsd, but I'm having a hard time compiling, I have the following problem with the
YaSerialize/YaDeserialize
derive:For the following code:
I guess I'm missing some import, but can't figure it out which.