1 unstable release
Uses old Rust 2015
0.1.0 | Feb 23, 2019 |
---|
#138 in #heap
14KB
51 lines
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/