I'm lost, std.utf, std.conv, std.encoding, std.uniMy application is receiving data over a socket as immutable(ubyte)[]. How to validate them and transform them to utf8 string? What is the best way?
Thank you!
I'm lost, std.utf, std.conv, std.encoding, std.uniMy application is receiving data over a socket as immutable(ubyte)[]. How to validate them and transform them to utf8 string? What is the best way?
Thank you!