error-on-broken-pipe 0.0.1

Experimental fix to the Rust SIGPIPE problem.
Documentation
1
2
3
pub fn std_rt_error_on_broken_pipe() {
    assert!(unsafe { libc::signal(libc::SIGPIPE, libc::SIG_IGN) } != libc::SIG_ERR);
}