enum-tree 0.1.0

Derives for hierarchical enums: const variant enumeration, From conversions, and ancestor wrapping
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "enum-tree"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Derives for hierarchical enums: const variant enumeration, From conversions, and ancestor wrapping"
documentation = "https://docs.rs/enum-tree"
readme = "../README.md"
keywords = ["enum", "derive", "tree", "variants", "from"]
categories = ["rust-patterns", "no-std"]

[dependencies]
enum-tree-derive.workspace = true

[lints]
workspace = true