methods-enum 0.1.1

Lightweight (no dependencies) attribute-like macro for “state” and “state machine” design patterns without dyn Trait (based on enum) with decoding output in doc-comments.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]

name = "methods-enum"

version = "0.1.1"

edition = "2021"

authors = ["Vladimir Shardinov <vvshard@gmail.com>"]

description = "Lightweight (no dependencies) attribute-like macro for “state” and “state machine” design patterns without dyn Trait (based on enum) with decoding output in doc-comments."

license = "MIT OR Apache-2.0"



[lib]

proc-macro = true