Hacker News new | past | comments | ask | show | jobs | submit login

This looks like something to watch out for: https://github.com/rust-lang/rust/issues/62569

Basically Rust ignores SIGPIPE, so if you don't use write!() or handle SIGPIPE yourself, large amounts of data going through a shell pipe can result in a panic.

I wonder how many Rust CLI tools have the issue.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: