error-repr 0.1.1

Generalization of std::io::Error
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-match"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8100e46ff92eb85bf6dc2930c73f2a4f7176393c84a9446b3d501e1b354e7b34"

[[package]]
name = "error-repr"
version = "0.1.1"
dependencies = [
 "cfg-match",
 "linux-errno",
]

[[package]]
name = "linux-errno"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3fb7f5d1d983421e02a44690025b1133e83f0e9d2ee60953217498a2bfdd34e"
dependencies = [
 "posix-errno",
]

[[package]]
name = "posix-errno"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01299f73b0da867ebfaafe4bd75455d5f9b85534efe58ca10966e084c7f90ec"