Open Rahix opened 7 months ago
Right now, the gsd-parser fails violently (=panics) whenever invalid input is received. Instead, it should gracefully return errors to the calling code, to be processed by the application.
gsd-parser
Related commits:
Right now, the
gsd-parser
fails violently (=panics) whenever invalid input is received. Instead, it should gracefully return errors to the calling code, to be processed by the application.