Closed ghost closed 11 months ago
This commit:
#[allow(non_snake_case)]
fn read
derive(DekuRead)
gen_internal_field_ident
__deku___
__deku_field_
Fixes https://github.com/sharksforarms/deku/pull/366#issuecomment-1847412600.
This commit:
#[allow(non_snake_case)]
attrs infn read
emits inderive(DekuRead)
;gen_internal_field_ident
:__deku___
->__deku_field_
,~ (there's no reason for that, so I'm keeping that out of the PR)Fixes https://github.com/sharksforarms/deku/pull/366#issuecomment-1847412600.