Open HerrMuellerluedenscheid opened 1 year ago
Also I get this errors which I dont understand because xs::DateTime
is the type. I'm uncertain why the compiler fails to infer the type if it is there.
1376 | pub start: xs::DateTime,
| ^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
I generated rust code based on this xsd: https://www.fdsn.org/xml/station/fdsn-station-1.1.xsd
I had to modify it a little to make it work and comment out some restrictions but that is stuff for another issue I guess.
I tried loading an example file with the generated code and got a lot of these issues:
I have
yaserde_derive
in myCargo.toml
anduse yaserde_derive::{YaDeserialize, YaSerialize};
.Any hints what I might be doing wrong? Version issue?
Best