ecoji
ecoji copied to clipboard
Add direct []byte to string API (and visa versa)
The current encoding APIs are for streams which is great for the command line application. It would be nice if the library had simple APIs for going directly from []byte to []rune/string and visa versa.