sdroege / rtsp-types

RTSP (RFC 7826) types and parsers/serializers
MIT License
26 stars 13 forks source link

Improve `ParsingError::Error` #1

Open sdroege opened 3 years ago

sdroege commented 3 years ago

Currently it does not provide any further information about what failed where and why. It would be good to introduce a custom nom error type that provides useful information.