esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
478 stars 117 forks source link

Library should not rely on `miette` #587

Closed bugadani closed 7 months ago

bugadani commented 7 months ago

Relying on miette makes using espflash (the library) in application like probe-rs less friendly. We can no longer determine what exactly happened, we can only stringify the report and pass that to the user.

I absolutely love miette, but I think it has place only in applications, not libraries.