8000 Release v0.10.0 · tower120/any_vec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.10.0

Compare
Choose a tag to compare
@tower120 tower120 released this 10 Jul 14:25
· 22 commits to main since this release

Changed

  • AnyValue::bytes()->*const u8 and AnyValue::size()->usize replaced with
    AnyValue::as_bytes()->&[u8]. 3940 Same for AnyValueMut.
  • AnyValueWrapper now AnyValueMut.
  • AnyValueRaw now AnyValueMut.
  • AnyValue::as_bytes() now return &[u8].

Added

  • Debug implemented for AnyVec, AnyVecTyped.
  • AnyValueMut::swap() added.
  • AnyVec/AnyVecTyped ::set_len() added.
  • AnyVec::as_bytes_mut added.
  • AnyVec::spare_bytes_mut added.
  • AnyVecTyped::spare_capacity_mut added.
  • mem::StackN added.

Fixed

  • Stacked Borrow friendly now.
  • mem::Stack capacity fixed.
0