BurntSushi / BurntSushi/encoding_rs_io
UTF8 to Any Encoder implementation
- Dominant language
- Rust
- Stars
- 30
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Is there anything in progress/alternative regarding the first point of the Future work paragraph of the README ?
> An encoder that accepts an arbitrary std::io::Write implementation and takes valid UTF-8 and transcodes it to a selected destination encoding. This encoder would implement std::fmt::Write.
If not, would you be open to a PR implementing such encoder ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the first point in the README's Future work paragraph and inspect the existing encoding_rs_io entry points. The work is complete when an encoder accepts any std::io::Write, transcodes valid UTF-8 to a selected destination encoding, and implements std::fmt::Write.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100