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
I was experimenting with this idea for TOML (https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=dbda15adfbdf58defcaf2c5707a3a033). While obviously worse from a performance standpoint, I think having a Serializer that preserves whitespace and comments if possible and only updates modified values could be quite neat.
Serializer
The text was updated successfully, but these errors were encountered:
could be quite neat
Yes, yes it could. I delegate this task to you though, because I really don't want to try to implement it :)
Sorry, something went wrong.
No worries, I'll look into it :D when we have a value type that can lossless describe an rsn file, this should be very doable.
No branches or pull requests
I was experimenting with this idea for TOML (https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=dbda15adfbdf58defcaf2c5707a3a033).
While obviously worse from a performance standpoint, I think having a
Serializer
that preserves whitespace and comments if possible and only updates modified values could be quite neat.The text was updated successfully, but these errors were encountered: