You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added optional selection list to variant-level `#[enumcapsulate(exclude(…))]` helper attribute.
27
-
- Added optional selection list to variant-level `#[enumcapsulate(include(…))]` helper attribute.
28
-
- Added derive support for generic enums (by force-excluding variants that use generic const/type parameters).
23
+
- n/a
29
24
30
25
### Changed
31
26
32
-
- Removed `enumcapsulate::macros` and its redundant `enumcapsulate::derive` module in favor of re-exporting its items directly from `crate::*`, thus eliminating the need for individually importing trait + derive macro pairs:
- Added optional selection list to variant-level `#[enumcapsulate(exclude(…))]` helper attribute.
61
+
- Added optional selection list to variant-level `#[enumcapsulate(include(…))]` helper attribute.
62
+
- Added derive support for generic enums (by force-excluding variants that use generic const/type parameters).
63
+
64
+
### Changed
65
+
66
+
- Removed `enumcapsulate::macros` and its redundant `enumcapsulate::derive` module in favor of re-exporting its items directly from `crate::*`, thus eliminating the need for individually importing trait + derive macro pairs:
0 commit comments