[dependencies.patternize_internals]
version = "0"
[dependencies.patternize_macros]
version = "0"
[lib]
name = "patternize"
path = "src/lib.rs"
[package]
authors = ["Goda Haruki"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "data-structures"]
description = "provide macros and traits to create design pattern"
documentation = "https://docs.rs/patternize"
edition = "2024"
homepage = "https://github.com/GodaHaruki/patternize"
keywords = ["design-pattern", "design", "pattern", "macro", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "patternize"
readme = "README.md"
repository = "https://github.com/GodaHaruki/patternize"
version = "0.1.1"
[[test]]
name = "builder"
path = "tests/builder.rs"
[[test]]
name = "singleton"
path = "tests/singleton.rs"