You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that you had the evil encoding CESU-8 on one of your TODO lists. If it helps, I've taken a stab at a small, standalone encoding library which converts between UTF-8 and CESU-8:
Is there any way to make a library like this compatible with rust-encoding without depending on anything more than a few core types? Thank you as always for your thoughts!
The text was updated successfully, but these errors were encountered:
I saw that you had the evil encoding CESU-8 on one of your TODO lists. If it helps, I've taken a stab at a small, standalone encoding library which converts between UTF-8 and CESU-8:
https://crates.io/crates/cesu8
Is there any way to make a library like this compatible with rust-encoding without depending on anything more than a few core types? Thank you as always for your thoughts!
The text was updated successfully, but these errors were encountered: