BurntSushi/encoding_rs_io

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

Open

#4 geöffnet am 8. Aug. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (8 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (29 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide