sigpipe-error 0.0.1

Experimental fix to the Rust SIGPIPE problem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
edition = "2021"
name = "sigpipe-error"
version = "0.0.1"
description = "Experimental fix to the Rust SIGPIPE problem."
homepage = "https://github.com/Enselic/sigpipe-impl"
readme = "../README.md"
license = "Unlicense"
repository = "https://github.com/Enselic/sigpipe-impl"

[dependencies.libc]
workspace = true