[dependencies.strunemix_macros]
version = "0.2.0"
[lib]
name = "strunemix"
path = "src/lib.rs"
[package]
authors = ["Léo Parent <ired4321@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Strunemix allows to work with structs as if they were enums"
documentation = "https://docs.rs/strunemix"
edition = "2021"
homepage = "https://github.com/iRed4321/strunemix"
keywords = ["struct", "name", "data", "type", "enum"]
license = "MIT"
name = "strunemix"
readme = "README.md"
repository = "https://github.com/iRed4321/strunemix"
version = "0.2.0"
[[test]]
name = "generic"
path = "tests/generic.rs"
[[test]]
name = "generic_parse"
path = "tests/generic_parse.rs"
[[test]]
name = "generic_parse_skip"
path = "tests/generic_parse_skip.rs"
[[test]]
name = "generic_rebuild"
path = "tests/generic_rebuild.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"
[[test]]
name = "simple_parse"
path = "tests/simple_parse.rs"
[[test]]
name = "simple_parse_skip"
path = "tests/simple_parse_skip.rs"
[[test]]
name = "simple_rebuild"
path = "tests/simple_rebuild.rs"
[[test]]
name = "simple_skip"
path = "tests/simple_skip.rs"