-
v2.7.3 Stable
released this
2023-11-24 16:47:28 +01:00 | 128 commits to master since this releaseOther changes
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.2 Stable
released this
2023-11-16 17:25:01 +01:00 | 133 commits to master since this releaseOther changes
- Reduced RAM usage and improved compilation times when using
derive(Enum)
for large enums withoverflow-checksenabled.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- Reduced RAM usage and improved compilation times when using
-
v2.7.0 Stable
released this
2023-11-08 15:48:24 +01:00 | 143 commits to master since this releaseNew features
- Implemented
EnumMap::from_fn.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Implemented
-
v2.7.1 Stable
released this
2023-11-08 15:47:32 +01:00 | 138 commits to master since this releaseOther changes
- Updated author name.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
4 downloads
-
3.0.0-beta.1 Pre-release
released this
2023-10-23 13:54:41 +02:00 | 112 commits to master since this releaseNew features
- Implemented
EnumMap::from_fn. derivefeature is now an optional default feature.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- Implemented
-
v3.0.0-0.gat.0 Pre-release
released this
2023-09-23 13:32:42 +02:00 | 29 commits to gat since this releaseBreaking changes
EnumandEnumArraytraits are now combined into a single trait using generic associated types. Trait bounds talking aboutEnumArray(likeK: EnumArray<V>) must be replaced withK: Enum.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads
-
v2.6.3 Stable
released this
2023-09-10 18:01:47 +02:00 | 155 commits to master since this releaseOther changes
-
Updated the repository URL as the project was migrated from GitHub to Codeberg.
-
This project is now compliant with the REUSE Specification.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
-
-
v2.6.2 Stable
released this
2023-09-08 00:24:10 +02:00 | 179 commits to master since this releaseOther changes
- Hide
out_of_boundsreexport from documentation.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Hide
-
v2.6.1 Stable
released this
2023-08-01 20:47:01 +02:00 | 197 commits to master since this releaseOther changes
- Provide better panic message when providing out-of-bounds index to `Enum::from_usize``.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
v2.6.0 Stable
released this
2023-06-30 18:39:24 +02:00 | 207 commits to master since this releaseNew features
EnumMap::as_arrayis 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download