Skip to content

v0.2.0

Compare
Choose a tag to compare
@m-rinaldi m-rinaldi released this 05 Sep 19:15
· 11 commits to main since this release
65017ab
  • unsafe method set_len().
  • LocalVec<T, N> can be converted into an array because [T; N] implements From<LocalVec<T, N>>.