• v2.7.3 c788a9c4bd

    v2.7.3 Stable

    sugar700 released this 2023-11-24 16:47:28 +01:00 | 128 commits to master since this release

    Downloads
  • v2.7.2 599bee712d

    v2.7.2 Stable

    sugar700 released this 2023-11-16 17:25:01 +01:00 | 133 commits to master since this release

    Other changes

    • Reduced RAM usage and improved compilation times when using derive(Enum)
      for large enums with overflow-checks enabled.
    Downloads
  • v2.7.0 87f65f56c3

    v2.7.0 Stable

    sugar700 released this 2023-11-08 15:48:24 +01:00 | 143 commits to master since this release

    New features

    • Implemented EnumMap::from_fn.
    Downloads
  • v2.7.1 ce230e8f84

    v2.7.1 Stable

    sugar700 released this 2023-11-08 15:47:32 +01:00 | 138 commits to master since this release

    Other changes

    • Updated author name.
    Downloads
  • v3.0.0-beta.1 dcfb724009

    3.0.0-beta.1 Pre-release

    sugar700 released this 2023-10-23 13:54:41 +02:00 | 112 commits to master since this release

    New features

    • Implemented EnumMap::from_fn.
    • derive feature is now an optional default feature.
    Downloads
  • v3.0.0-0.gat.0 7445ca2d61

    v3.0.0-0.gat.0 Pre-release

    sugar700 released this 2023-09-23 13:32:42 +02:00 | 29 commits to gat since this release

    Breaking changes

    • Enum and EnumArray traits are now combined into a single trait using generic associated types. Trait bounds talking about EnumArray (like K: EnumArray<V>) must be replaced with K: Enum.
    Downloads
  • v2.6.3 072ad55c8f

    v2.6.3 Stable

    sugar700 released this 2023-09-10 18:01:47 +02:00 | 155 commits to master since this release

    Other changes

    • Updated the repository URL as the project was migrated from GitHub to Codeberg.

    • This project is now compliant with the REUSE Specification.

    Downloads
  • v2.6.2 19598702bc

    v2.6.2 Stable

    xfix released this 2023-09-08 00:24:10 +02:00 | 179 commits to master since this release

    Other changes

    • Hide out_of_bounds reexport from documentation.
    Downloads
  • v2.6.1 f9441d5962

    v2.6.1 Stable

    xfix released this 2023-08-01 20:47:01 +02:00 | 197 commits to master since this release

    Other changes

    • Provide better panic message when providing out-of-bounds index to `Enum::from_usize``.
    Downloads
  • v2.6.0 a7399c18df

    v2.6.0 Stable

    xfix released this 2023-06-30 18:39:24 +02:00 | 207 commits to master since this release

    New features

    • EnumMap::as_array is now usable in const contexts.

    Other changes

    • This crate now follows "N minus two" MSRV policy. This means that it supports the current Rust release, as well as the two before that.

    • Upgraded syn to 2.0.0.

    Downloads