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.
25
28
26
29
### Changed
27
30
28
31
- 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