Open mattyg opened 4 weeks ago
Vec<u8> is a commonly used field type for arbitrary data blobs.
Vec<u8>
How different to SerializedBytes would a u8 entry type be?
SerializedBytes
u8
SerializedBytes is for msgpack-encoded data. I have some arbitrary data blobs that are not msgpack.
Vec<u8>
is a commonly used field type for arbitrary data blobs.