rcoh / angle-grinder

Slice and dice logs on the command line
MIT License
3.5k stars 72 forks source link

Fix handling of binary input #191

Closed rcoh closed 1 year ago

rcoh commented 1 year ago

Gracefully handle binary input with from_utf8_lossy.

Fixes #189