xml-rpc-rs icon indicating copy to clipboard operation
xml-rpc-rs copied to clipboard

Parse XML request from str

Open ssnover opened this issue 3 years ago • 0 comments

Hello,

Would you accept a PR for a function for parsing a string to build an XML request? I'm looking to create an XML server and would like to leverage common types if possible. I'd imagine it'd make the most sense to implement the std::str::FromStr trait, but open to suggestions on that.

Thanks!

ssnover avatar Sep 17 '22 02:09 ssnover