[package] name = "trait_enum_macro" version = "0.1.0" authors = ["Stephen Paul Weber "] readme = "README" license = "GPL-3.0+" repository = "https://git.sr.ht/~singpolyma/trait_enum" description = " A macro that allows creating an enum that acts similar to a trait object, but without using the heap." categories = ["rust-patterns"] keywords = ["macro", "trait", "object", "heap"]