trait_enum_macro

Crates.iotrait_enum_macro
lib.rstrait_enum_macro
version0.1.0
sourcesrc
created_at2019-02-23 01:50:04.116047
updated_at2019-02-23 01:50:04.116047
description A macro that allows creating an enum that acts similar to a trait object, but without using the heap.
homepage
repositoryhttps://git.sr.ht/~singpolyma/trait_enum
max_upload_size
id116660
size36,835
Stephen Paul Weber (singpolyma)

documentation

README

A macro that allows creating an enum that acts similar to a trait object, but without using the heap.

See: https://singpolyma.net/2018/09/rust-factory-without-box-trait-object/

Commit count: 0

cargo fmt