pub fn decode_mutation(bytes: &[Word]) -> Result<Mutation, MutationDecodeError>
Expand description
Decode a mutation from words.
ยงLayout
+-----------------+-----------------+-----------------+-----------------+
| key length | key | value length | value |
+-----------------+-----------------+-----------------+-----------------+