This repository contains some simple experimentation with Rust trait derivation using procedural macros.
Procedural macros are a fast-changing area in Rust. However, as of Nov 2018, this represents a current standard approach for implementing procedural macros.
Further guidance and examples can be found in the following:
- More complex derives
- Try derive on a generic struct.
- Testing
- Tests for
example_lib
- Compilation tests for
example_derive
- Expansion tests for
example_derive
- Tests for