The default Rust runtime panics when println! and family write to a closed pipe. sigpipe fixes it with a single function call invoked at the start of your program.
-
Updated
Feb 2, 2022 - Rust
The default Rust runtime panics when println! and family write to a closed pipe. sigpipe fixes it with a single function call invoked at the start of your program.
Add a description, image, and links to the sigpipe topic page so that developers can more easily learn about it.
To associate your repository with the sigpipe topic, visit your repo's landing page and select "manage topics."