-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add various encoding crates #97
Comments
I agree that all of these are popular and thus deserving of a mention. I'm personally not a fan of recent developments in the API of the base64 crate (and I know I'm not the only one), so maybe its mention should be qualified somehow. |
I hadn't heard of this. I presume you are referring to either marshallpierce/rust-base64#205 or marshallpierce/rust-base64#213 or maybe both. |
The former in particular, and IIRC there were more issues raised after that. |
If |
+1 for |
On that note: Is there a viable alternative for encoding_rs if you need text encodings not included under the WHATWG standard? I couldn't find anything with a few quick google searches. |
One fairly common usecase that doesn't seem to be covered by crates on blessed.rs is encoding text and binary data.
In particular I think there are two main cases:
It would be nice if at least some more stable and well maintained encoding crates could be added to blessed.rs, especially since encoding is an area where both performance and correctness are important, so you would want to prefer crates that have been vetted by the community.
The text was updated successfully, but these errors were encountered: