subenum 1.0.1

A proc-macro to create subsets of enums, that can be converted to and from.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

This project follows semantic versioning.

### Unreleased

### 1.0.1 (2023-02-25)
- [fixed] References to generic types.

### 1.0.0 (2023-02-20)
- [fixed] Bug when repeating a type in an unnamed variant.
- [changed] **BREAKING** All enums to be created must now be declared at the
  top-level subenum attribute.
- [added] Support for lifetimes and generics.

### 0.1.0 (2023-02-13)
- [added] Initial `subenum` macro creation.