Why do serialize_into_slice() and deserialize_from_slice() add an an extra length before the data? This seems to be incompatible with the official library.
Can I add some new functions like serialize_into_slice_without_len() and deserialize_from_slice_without_len() ?
Why do
serialize_into_slice()anddeserialize_from_slice()add an an extra length before the data? This seems to be incompatible with the official library.Can I add some new functions like
serialize_into_slice_without_len()anddeserialize_from_slice_without_len()?