Skip to content

Releases: nicku12345/sortedlist-rs

v0.2.2

02 Dec 06:25
2dcbfb7
Compare
Choose a tag to compare

What's Changed

Bug fix

  • Minor bug fix: Fixed index tree resize logic by @nicku12345 in #6

Documentations

Doc
https://docs.rs/sortedlist-rs/0.2.2/sortedlist_rs/

v0.2.1

24 Nov 06:35
c108f15
Compare
Choose a tag to compare

What's Changed

New Public methods

  • clear
  • contains
  • flatten
  • to_vec

New Implmentations

  • From<&[T]>
  • From<&mut [T]>
  • From <[T;N]>

Doc

https://docs.rs/sortedlist-rs/0.2.1/sortedlist_rs/

New Contributors

Full Changelog: v0.1.2...v0.2.1

v0.2.0

19 Nov 07:44
Compare
Choose a tag to compare

https://docs.rs/sortedlist-rs/0.2.0/sortedlist_rs/

  • Fixed a bug in SortedList internal methods
  • Fine tuned internal parameters

v0.1.2

18 Nov 16:04
Compare
Choose a tag to compare