Skip to content

Releases: yihuang/non-empty-vec

v0.2.3

16 Nov 16:38
caaa1c1
Compare
Choose a tag to compare
  • #12 Add ne_vec![element; n] macro.

v0.2.2

10 Nov 12:46
eecc659
Compare
Choose a tag to compare
  • #11 Add truncate method

v0.2.1

04 Nov 17:15
329ce90
Compare
Choose a tag to compare

What's Changed

  • Derive Hash and add missing import to tests by @Person-93 in #10
  • add back AsMut<[T]> by @yihuang in #8
  • Impl IntoIterator for NonEmpty by @JoJoJet in #9

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Aug 02:31
54a8215
Compare
Choose a tag to compare

CHANGELOGS:

  • #6 Remove unsafe AsMut implementation.
  • #3 Change new to construct singleton.
  • #4 Add macro similar to std's vec!