BurntSushi/encoding_rs_io

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

开放

#4 创建于 2018年8月8日

 (0 条评论) (0 个反应) (0 位负责人)Rust (8 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (29 个星标)
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

贡献者指南