rlimit 0.3.0

A simple wrapper for getrlimit and setrlimit.
Documentation
[package]
name = "rlimit"
version = "0.3.0"
authors = ["Nugine <nugine@foxmail.com>"]
edition = "2018"
description = "A simple wrapper for getrlimit and setrlimit."
repository = "https://github.com/Nugine/rlimit/"
license = "MIT"
readme = "README.md"

[dependencies]
libc = "^0.2"
cfg-if = "0.1.9"