methods-enum 0.3.1

Two macros for easy implementation of 'state' design pattern and other dynamic polymorphism using enum instead of dyn Trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "methods-enum"

version = "0.3.1"

edition = "2021"

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

description = "Two macros for easy implementation of 'state' design pattern and other dynamic polymorphism using enum instead of dyn Trait"

documentation = "https://docs.rs/methods-enum"

repository = "https://github.com/vvshard/methods-enum"

license = "MIT OR Apache-2.0"

categories = ["rust-patterns"]

keywords = ["methods", "enum", "state", "polymorphism", "dyn"]

exclude = ["/doc", "/tests"]



[lib]

proc-macro = true