File: README.md

package info (click to toggle)
rust-fdlimit 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
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.2.0"
```