rlimit 0.5.4

A simple wrapper for getrlimit and setrlimit.
Documentation
[package]
name = "rlimit"
version = "0.5.4"
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"
keywords = ["rlimit", "unix", "syscall"]
categories = ["os::unix-apis"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
libc = "0.2"
serde = { version = "1.0", features = ["derive"], optional = true }