BurntSushi/encoding_rs_io
Voir sur GitHubimplement Read::read_to_string on top of Decoder::decode_to_string
Open
#4 ouverte le 8 août 2018
enhancementgood first issuehelp wanted
Métriques du dépôt
- Stars
- (29 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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