close_fds 0.3.2

A library that makes it easy to close all open file descriptors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "close_fds"
version = "0.3.2"
edition = "2018"

description = "A library that makes it easy to close all open file descriptors."
readme = "README.md"
authors = ["cptpcrd"]
license = "MIT"
categories = ["os::unix-apis"]
repository = "https://github.com/cptpcrd/close_fds"

[dependencies]
libc = "0.2"
cfg-if = "1.0"