BurntSushi/encoding_rs_io

implement Read::read_to_string on top of Decoder::decode_to_string

Open

#4 建立於 2018年8月8日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (8 fork)github user discovery
enhancementgood first issuehelp wanted

倉庫指標

Star
 (29 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

This is a possibly somewhat common method, and the decoder in this crate could implement it more efficiently by avoiding UTF-8 re-validation. See @hsivonen's comment here: https://github.com/hsivonen/encoding_rs/issues/8#issuecomment-411356371

貢獻者指南