-
Notifications
You must be signed in to change notification settings - Fork 108
XML Support #45
Comments
👍 I'd love it to be available too. I'll add an issue to also have yaml support. Having one rust library for all type of serialization would be awesome ! What would be even more interesting would be to have an abstraction over the different type of data independant of the encoding language. Example : let data1 = xml::from_string(xml_string); // return a Node structure
let data2 = yaml::from_string(yaml_string); // also return a Node structure
let data3 = json.from_string(json_string); // also return a Node structure |
The response from the other ticket seems relevant here as well:
|
I'm going to close this now that this crate is deprecated in favor of serde. We're discontinuing feature development in rustc-serialize but will still continue to merge bug fixes if they arise. |
Will this library ever support XML?
The text was updated successfully, but these errors were encountered: