3 unstable releases
Uses old Rust 2015
0.2.1 | Jul 29, 2017 |
---|---|
0.1.1 | May 11, 2017 |
0.1.0 | May 11, 2017 |
#15 in #inheritance
4KB
61 lines
fake_inheritance
A utility macro.
lib.rs
:
A little utility macro for a "faked" inheritance. It generates shortcuts from the inner struct's fields to the parent struct, to make the access of these fields easier to use. But with minimal effort.