jacobrosenthal / hf2-rs

Microsoft HF2 HID Flashing Format for UF2 Bootloaders
49 stars 14 forks source link

generic send #1

Closed jacobrosenthal closed 4 years ago

jacobrosenthal commented 4 years ago

Todo, be a good programmer who understands lifetimes

jacobrosenthal commented 4 years ago

Works, but the boilerplate is out of control and saves nothing.

The problem is half commands have no body to serialize, other half have no response to serialize, and half the commands dont even expect a result, so now were returning a Result<Option> which is awful and provides no benefit