state-shift 2.1.1

Macros for implementing Type-State-Pattern on your structs and methods
Documentation
[package]
name = "state-shift"
authors = ["Ozgun Ozerk"]
version = "2.1.1"
edition = "2021"
description = "Macros for implementing Type-State-Pattern on your structs and methods"
readme = "README.md"
license = "MIT"
keywords = ["macro", "type", "state", "pattern", "type-state"]
categories = ["development-tools", "rust-patterns"]
repository = "https://github.com/ozgunozerk/state-shift"


[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
stringcase = "0.4.0"
syn = { version = "2.0", features = ["full", "visit-mut"] }


[lib]
proc-macro = true