-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
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
Writer planned? #1
Comments
I would welcome any contribution! |
Great! Just made a pull request for implementing the writer, see #2 |
That was fast!
|
Simplify named attribute access code on BytesDecl
Very promising crate, I like the emphasis on performance, and the simple API. I would gladly use it, except that my use case is to read XML, transform it (replace text, include other XML files, etc.), and then write the result.
Do you envision the crate to support writing XML as well? If so, this is something I would be glad to contribute! Hopefully with a quick writer, too :-)
The text was updated successfully, but these errors were encountered: