[go: up one dir, main page]

io-close 0.1.3

An extension trait for closing I/O related types such as File and BufWriter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "io-close"
version = "0.1.3"
authors = ["wufz"]
edition = "2018"
description = "An extension trait for closing I/O related types such as File and BufWriter."
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/wufz/io-close"

[dependencies]
libc = "0.2.80"

[dev-dependencies]
tempfile = "3.1.0"

[target."cfg(windows)".dependencies]
kernel32-sys = "0.2.2"