Rahix / profirust

A PROFIBUS-DP compatible communication stack written in Rust
Apache License 2.0
24 stars 2 forks source link

`gsd-parser` should return errors instead of panicking on unexpected input #15

Open Rahix opened 7 months ago

Rahix commented 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.

Rahix commented 1 week ago

Related commits: