Add to_utf8_io_writer helper serializing into std::io::Write#836
Add to_utf8_io_writer helper serializing into std::io::Write#836Mingun merged 1 commit intotafia:masterfrom
Conversation
fe27fc2 to
c0413a3
Compare
Mingun
left a comment
There was a problem hiding this comment.
Could you also add a changelog entry under New Features? Do not forgot to add a link to PR, like other entries. All links placed at the end of corresponding version section (Unreleased in that case)
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #836 +/- ##
==========================================
+ Coverage 60.21% 60.31% +0.09%
==========================================
Files 41 41
Lines 16021 16002 -19
==========================================
+ Hits 9647 9651 +4
+ Misses 6374 6351 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c0413a3 to
9a95a0a
Compare
Sure thing. Done. |
This PR is related to #499 and adds a helper method to dump XML into
std::io::Writerestricted to utf-8 output. The name is a bit verbose trying to convey that a. it's utf-8 only b. it'sio::Writer and notfmt::Writeto avoid confusion