- Fix a case where the
#[bitflags]macro would access the crate throughenumflags2::...instead of::enumflags2::.... This makes the generated code more robust and avoids triggering theunused_qualificationslint. (#58) - Rework the proc-macro to use
synwith thederivefeature (as opposed tofull). This reduces thecargo buildtime forenumflags2by about 20%.