Conversation
|
@Ummon Would this fix your issue? |
Yep, it seems fine, thank you. |
|
@Ummon I'll wait until ~the end of the day to see if any other issues come up that can be included in a small v0.9.1 release |
Thanks for working on this. I really appreciate the backwards compatibility. I was already about to construct a workaround when I discovered this issue. I have tried the patch with [patch.cartes-io]
ron = { git = "https://github.com/ron-rs/ron/" }and all my tests passed. |
I'm really sorry for the delay, I just published v0.10.1 (mostly the same as v0.9.0 unless you matched on v0.9.0's new |
|
Thanks so much for the quick response! And no worries about the delay 👍 😄 |
|
What about the methods in |
The methods in ron::ser are meant to be a small set of convenience helpers. If you want a particular helper to be added, you can always open a PR. But at least from my end most new functionality will be for the Options since they are more flexible. |
Fixes #561
CHANGELOG.md