msgpack-rust v0.7.1 Release Notes

Release Date: 2015-09-11 // over 8 years ago
  • ๐Ÿ”„ Changed

    Use to_owned instead of to_string while converting ValueRef into Value.
    ๐ŸŽ This change improves ValueRef::to_owned() method performance by approximately 10-20%.

    Also after this commit it's cheaper to decode directly into ValueRef with further converting to owned value rather than decoding directly into Value.