BurntSushi/encoding_rs_io

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

オープン

#4 opened on 2018/08/08

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (8 件のフォーク)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (29 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド