Closed Owez closed 4 years ago
As per the wiki spec, A byte string (a sequence of bytes, not necessarily characters) is encoded as <length>:<contents>. But only utf-8 strings are implemented, this should be changed to &[u8] for conformity
A byte string (a sequence of bytes, not necessarily characters) is encoded as <length>:<contents>.
As per the wiki spec,
A byte string (a sequence of bytes, not necessarily characters) is encoded as <length>:<contents>.
But only utf-8 strings are implemented, this should be changed to &[u8] for conformity