trait_enum_macro 0.1.0

A macro that allows creating an enum that acts similar to a trait object, but without using the heap.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Stephen Paul Weber <singpolyma@singpolyma.net>"]
categories = ["rust-patterns"]
description = " A macro that allows creating an enum that acts similar to a trait object, but without using the heap."
keywords = ["macro", "trait", "object", "heap"]
license = "GPL-3.0+"
name = "trait_enum_macro"
readme = "README"
repository = "https://git.sr.ht/~singpolyma/trait_enum"
version = "0.1.0"