fdlimit 0.3.0

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
[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1.0.50"

[package]
authors = ["Parity Technologies<admin@parity.io>"]
description = "Utility crate for raising file descriptors limit for OSX and Linux"
edition = "2021"
license = "Apache-2.0"
name = "fdlimit"
readme = "README.md"
repository = "https://github.com/paritytech/fdlimit"
version = "0.3.0"