Robbepop / modular-bitfield

Macro to generate bitfields for structs that allow for modular use of enums.
Apache License 2.0
155 stars 40 forks source link

const fn support for getters (and setters if possible) #97

Open griffi-gh opened 1 year ago

griffi-gh commented 1 year ago

Maybe add a way to make generated functions const where possible?

griffi-gh commented 1 year ago

constructor functions are already const but not getters