struct-to-enum 1.0.0

Trait definitions for struct-to-enum derive macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "struct-to-enum"
version = "1.0.0"
rust-version = "1.85.0"
authors = ["Sinder <smirnov.sinder@gmail.com>"]
description = "Trait definitions for struct-to-enum derive macros"
readme = "../README.md"
edition = "2024"
license = "MIT OR Apache-2.0"

[dependencies]
struct-to-enum-macros = { path = "../struct-to-enum-macros", optional = true, version = "1.0.0" }

[features]
derive = ["struct-to-enum-macros"]