serde-xml-rs
serde-xml-rs copied to clipboard
Create classes from xsd schema
Do you plan to implement a functionality to create classes from a xsd schema? Of course that is not the main task of a xml-serializer/deserializer. But I think it would fit into this crate.
What do you think about this?
xml-schema is able to create classes from a xsd-file. But it uses another pure xml-serializer/deserializer to serialize/deserialize the created classes. Such a tool for serde would provide a nice way to use xsd-schemas to create the classes and serialize them into other formats than xml.
I think that this would be a great feature!
wow, I just went on this issues page to ask about a feature like this as well. I would be an amazing feature!