rlimit 0.5.4

A simple wrapper for getrlimit and setrlimit.
Documentation
branches:
  only: 
    - master

arch:
  - arm64

os: 
  - linux

language: rust

rust:
  - stable

cache: cargo

script:
  - cargo build --verbose
  - cargo test --all-features -- --test-threads=1