We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be called XmlNode, the same way many libraries¹ have a Json type (not JSON), xml has UriMapping instead of URIMapping and so on.
XmlNode
Json
JSON
UriMapping
URIMapping
¹ sqlx, actix-web, rocket, ...
The text was updated successfully, but these errors were encountered:
MFEK says there's not one right way to name Rust things.
Json, Uri are ugly, imo…this crate is fine…changing it now would break many downstream users for no benefit.
Uri
Sorry, something went wrong.
It's part of the official API guidelines that acronyms in type names should not be all-uppercase: https://rust-lang.github.io/api-guidelines/naming.html
MFEK is just as wrong as xmltree.
cool opinions
No branches or pull requests
It should be called
XmlNode
, the same way many libraries¹ have aJson
type (notJSON
), xml hasUriMapping
instead ofURIMapping
and so on.¹ sqlx, actix-web, rocket, ...
The text was updated successfully, but these errors were encountered: