pipecheck 0.1.3

Cross-platform Unix-style handling of broken pipe errors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pipecheck"
version = "0.1.3"
description = "Cross-platform Unix-style handling of broken pipe errors"
repository = "https://github.com/featherbread/pipecheck"
authors = ["Alex Hamlin <alex@alexhamlin.co>"]
license = "MIT"
edition = "2018"
rust-version = "1.36.0"
readme = "README-CRATE.md"
exclude = [".cargo/config*", ".gitattributes", ".github/**"]

[target.'cfg(unix)'.dependencies]
libc = "0.2.163"