[go: up one dir, main page]

io-close 0.1.0

An extension trait adding a close method to standard library I/O related types such as File.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "io-close"
version = "0.1.0"
authors = ["wufz"]
edition = "2018"
description = "An extension trait adding a close method to standard library I/O related types such as File."
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/wufz/io-close"

[dependencies]
libc = "0.2.80"

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