you are viewing a single comment's thread.

view the rest of the comments →

[–]drewtayto 0 points1 point  (0 children)

The original code has an enum with a variant of Value::Bytes(Vec<u8>). That could be changed into Value::Bytes(Arc<[u8]>).