derive(DekuRead) and derive(DekuWrite) currently don't work without importing deku::prelude because of some unqualified types and trait methods.
I updated everything unqualified I found in the macros and added a (non-exhaustive) test to ensure they compile without the prelude.
derive(DekuRead)
andderive(DekuWrite)
currently don't work without importingdeku::prelude
because of some unqualified types and trait methods.I updated everything unqualified I found in the macros and added a (non-exhaustive) test to ensure they compile without the prelude.