Skip to content

Serializing should use the XML library instead of printing strings #39

@Michael-F-Bryan

Description

@Michael-F-Bryan

When I initially wrote the Serializer I was just using write!() to write the XML as a string to an internal io::Writer.

Ideally we should be using the xml-rs library instead so can guarantee the generated XML is syntactically correct, plus we'd get things like pretty-printing for free.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions