codegen icon indicating copy to clipboard operation
codegen copied to clipboard

Added support for associated constants on traits and impls

Open strykejern opened this issue 2 years ago • 0 comments

  • Supports both push and new(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

strykejern avatar Apr 23 '22 15:04 strykejern