Skip to content

Releases: azzamsa/dryip-of-rust

v0.6.0

30 Oct 01:41
v0.6.0
Compare
Choose a tag to compare

Features

  • Returns every nth element in a list (7dfc99a)
  • Check every item in the vector (7c36d35)

v0.5.0

07 Oct 17:11
v0.5.0
Compare
Choose a tag to compare

Features

  • Count occurrences alternative using count (8cc381b)
  • Returns the difference between two vector (783ae04)
  • Deep flattens a list (cb34e56)
  • Count occurrences of a value in a vector (62bc0ac)
  • Groups the elements of a list based on the given function (1e94563)

v0.4.0

11 Sep 00:24
v0.4.0
Compare
Choose a tag to compare

Features

  • Removes None values from a list (5f8faf4)
  • Chunks a list into smaller lists of a specified size. (724dea0)

v0.3.0

06 Sep 20:50
v0.3.0
Compare
Choose a tag to compare

Features

[0.1.8] - 2021-11-30

30 Nov 02:10
v0.1.8
Compare
Choose a tag to compare

Features

[0.1.7] - 2021-11-27

30 Nov 02:09
v0.1.7
Compare
Choose a tag to compare

Features

[0.1.1] - 2021-11-26

30 Nov 02:09
Compare
Choose a tag to compare

Bug Fixes

  • all_equal regression (f914abf)
  • all_unique regression (b4bd938)
  • Clippy (6654754)
  • Remove main.rs, this project is more suitable for library (f7c2452)

Features