codegen icon indicating copy to clipboard operation
codegen copied to clipboard

Add annotations for structs, enums and variants.

Open josefrcm opened this issue 4 years ago • 1 comments

This is required by some libraries, for example:

  • Serde enum representations (https://serde.rs/enum-representations.html)
  • Askama templates (https://djc.github.io/askama/creating_templates.html)
  • postgres-types (https://docs.rs/postgres-types/0.2.0/postgres_types/)

josefrcm avatar Feb 28 '21 02:02 josefrcm

also needed for crate modular-bitfield

Ben-PH avatar May 14 '21 09:05 Ben-PH