Skip to content

v0.7.0

Choose a tag to compare

@greenhat greenhat released this 26 Jul 13:35
· 24 commits to develop since this release
v0.7.0
2858b54

[0.7.0] - 2022-07-26

Added

  • Arbitrary impl behind arbitrary feature;
  • BoundedVec::opt_empty_vec() - empty Vec<T> to Option<BoundedVec<T>>;
  • Option<BoundedVec>::to_vec() to get Vec<T>;