chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
605 stars 140 forks source link

Add byte index to error message #176

Open jturner314 opened 3 years ago

jturner314 commented 3 years ago

This can sometimes be helpful when debugging.

jturner314 commented 3 years ago

The CI failure looks like it's an issue with the CI environment, not this change.

davvid commented 8 months ago

FWIW I've merged this into my fork: https://github.com/davvid/yaml-rust