Like, I've got this macro as well: ```rust #[device_driver_macros::implement_registers_from_file(json = "test-files/json_syntax.json")] impl TestDevice {} ``` But this requires every user of the driver to compile serde and serde_json as well as the macro