codegen
codegen copied to clipboard
Added support for associated constants on traits and impls
- Supports both
push
andnew
(builder pattern) functions for adding associated constants. - Supports assigning a value to an associated constant.
- Also added tests for all the new functionality.
Fixes #27