Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Voultapher/tiny-sort-rs

Version 1.0.5

20 Dec 17:11
Compare
Choose a tag to compare

This release removes the branchless_swap function from the interface that was never meant to be public. Given the limited number of users, and undesired nature of the function visibility in the first place this is not considered a breaking change.

Version 1.0.4

20 Dec 17:10
Compare
Choose a tag to compare

This release includes an improvement to binary-size for the stable sort, especially for types like String.

Version 1.0.3

13 Jun 07:13
Compare
Choose a tag to compare
  • Dual license
  • Add by_key sort interface

Version 1.0.2

12 Jun 06:41
Compare
Choose a tag to compare

Fix panic code-gen for Layout::new introduced by rustc 1.51 support this also lowers stable binary-size a bit.

Version 1.0.1

12 Jun 06:14
Compare
Choose a tag to compare

Fix wrong badge links.

Version 1.0.0

12 Jun 06:14
Compare
Choose a tag to compare

Initial stable release. API is the same as stdlib slice::sort so no major API changes are expected.