xml-rpc-rs
                                
                                
                                
                                    xml-rpc-rs copied to clipboard
                            
                            
                            
                        Parse XML request from str
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!