Project-level settings that are set within main.rs can help reduce boilerplate significantly.
Imagine a #[deku(endian = "little")] for each & every struct or enum.
This will make a very noticable difference in readability when working on projects with hundreds of structs and enums.
Over time, project-level settings can be used for future enhancements whenever they come up.
As always, thanks for your time & effort to all the contributors of this very neat project.
Project-level settings that are set within
main.rscan help reduce boilerplate significantly.Imagine a
#[deku(endian = "little")]for each & everystructorenum.This will make a very noticable difference in readability when working on projects with hundreds of
structs andenums.Over time, project-level settings can be used for future enhancements whenever they come up.
As always, thanks for your time & effort to all the contributors of this very neat project.