Skip to content

Releases: mohrezaei/thincollections

Thin collections for Rust 0.5.3

30 Oct 15:00
Compare
Choose a tag to compare
  • Fix appending an empty ThinVec to another

Thin collections for Rust 0.5.2

29 Oct 18:51
Compare
Choose a tag to compare
  • Fix zero-length slices from ThinVec

Thin collections for Rust 0.5.1

29 Oct 18:51
Compare
Choose a tag to compare
  • Allow ThinVec::transmute to use non-Copy types.

Thin collections for Rust 0.5.0

28 Oct 14:19
Compare
Choose a tag to compare

Alternative implementations for vector, map and set that are faster/smaller for some use cases.

Initial release.