Right now all parsing errors are translated into an [`OscError::ReadError` or `OscError::BadChar`](https://github.com/klingtnet/rosc/blob/9aee516de10b53b53bfbe2c5253e06f6ce4a5288/src/errors.rs#L27-L28) which eventually omit details stored in the `nom` parsing error. [Nom error management](https://github.com/Geal/nom/blob/main/doc/error_management.md) provides some details. This is a follow-up of #26 .