You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: