prctl 1.0.0

This package provides safe abstraction to the linux prctl() interface. Some functions may be architecture-specific.
Documentation
[dependencies]
libc = "*"
nix = "*"

[features]
not_travis = []
root_test = []

[lib]
doctest = false
name = "prctl"

[package]
authors = ["Stanisław Pitucha <viraptor@gmail.com>"]
description = """
This package provides safe abstraction to the linux prctl() interface. Some
functions may be architecture-specific.
"""
homepage = "https://github.com/viraptor/prctl-rs"
keywords = ["linux", "prctl"]
license = "MIT"
name = "prctl"
readme = "README.md"
repository = "https://github.com/viraptor/prctl-rs.git"
version = "1.0.0"