methods-enum 0.3.0

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
16
[lib]
proc-macro = true

[package]
authors = ["Vladimir Shardinov <vvshard@gmail.com>"]
categories = ["rust-patterns"]
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"
edition = "2021"
exclude = ["/doc", "/tests"]
keywords = ["methods", "enum", "state", "polymorphism", "dyn"]
license = "MIT OR Apache-2.0"
name = "methods-enum"
readme = "README.md"
repository = "https://github.com/vvshard/methods-enum"
version = "0.3.0"