codegen icon indicating copy to clipboard operation
codegen copied to clipboard

Add Hash derive to Type

Open TommyAmberson opened this issue 3 years ago • 1 comments

Pretty self explanatory PR. I wanted to add codegen::Type to a HashSet but to do that cleanly it would need to impl Hash. I figured someone else might want to do something similar as well so I put together this PR.

TommyAmberson avatar Aug 31 '22 19:08 TommyAmberson

You may have better luck submitting your PR to https://gitlab.com/IovoslavIovchev/codegen since that's the one published on crates.io

SebastienGllmt avatar Jan 15 '23 03:01 SebastienGllmt