Skip to content

Releases: fizyk20/generic-array

1.4.0

26 Apr 22:44

Choose a tag to compare

Changelog

  • Add subtle, arbitrary, bytemuck, bitvec and as-slice implementations for GenericArray.
  • Add GenericSequence::repeat for creating sequences/arrays with repeated elements.
  • Add FallibleGenericSequence with try_generate and from_fallible_iter for fallible generation of sequences/arrays.
    • Added AllocError type (requires alloc feature) for heap allocation failures with try_generate.
  • Add try_fold and try_map to FunctionalSequence for fallible folding/mapping of sequences/arrays.
  • Add try_from_fallible_iter to GenericArray for fallible construction from fallible iterators.
  • Add each_ref/each_mut methods to GenericArray for creating arrays of references to the elements.
  • Fixed some resource leakages and potential UB in degenerate cases.

PR's Merged

New Contributors

1.0.0

13 Sep 00:38

Choose a tag to compare

0.12.0 Release

25 Aug 01:24

Choose a tag to compare

  • Allow trailing commas in arr! macro.
  • BREAKING: Serialize GenericArray using serde tuples, instead of variable-length sequences. This may not be compatible with old serialized data.

0.11.1

25 Aug 01:28

Choose a tag to compare

Pre- serialization fix release