[go: up one dir, main page]

io-close 0.1.2

An extension trait adding a close method to standard library I/O related types such as File and BufWriter.
Documentation

Provides an extension trait, [Close], which adds a close method to standard library I/O related types such as File and BufWriter.

Primarily these are the types which implement:

close allows handling I/O errors which might otherwise be ignored during drop.