lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Field type namespaces are not sanitized #141

Open Tails opened 2 years ago

Tails commented 2 years ago

I have a schema type called MedicationOrderDetails with a namespace of "mod:". As opposed to the struct field name, the namespaces field type path namespace is not sanitized. The mod:MedicationOrderDetails type conflicts with the Rust 'mod' keyword.