Skip to content

v0.8.2

Latest

Choose a tag to compare

@bluk bluk released this 16 Mar 19:42
· 1 commit to trunk since this release
v0.8.2
2b4140b

Added

  • Add Value::as_list(), as_list_mut(), and is_list()
  • Add deserialize_i128 and deserialize_u128 support

Updated

  • Remove duplicated code and forward implementations to deserialize_any() to
    reduce code size.

Other

  • Add performance note when using IoRead