fdlimit 0.1.4

Utility crate for raising file descriptors limit for OSX and Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# fdlimit
Cross-platform raise open file descriptors limit 

[![crates.io link](https://img.shields.io/crates/v/fdlimit.svg)](https://crates.io/crates/fdlimit)

Applicable for OSX and Linux

on Windows does nothing

## Dependency

add in Cargo.toml: 
```
[dependencies]
fdlimit = "0.1.1"
```