holochain / scaffolding

Scaffolding tool to quickly generate and modify holochain applications
https://docs.rs/holochain_scaffolding_cli
220 stars 19 forks source link

Add u8 & Vec<u8> to field types #405

Open mattyg opened 4 weeks ago

mattyg commented 4 weeks ago

Vec<u8> is a commonly used field type for arbitrary data blobs.

c12i commented 3 weeks ago

How different to SerializedBytes would a u8 entry type be?

mattyg commented 3 weeks ago

SerializedBytes is for msgpack-encoded data. I have some arbitrary data blobs that are not msgpack.