prctl 0.0.1

This package provides safe abstraction to the linux prctl() interface. Some functions may be architecture-specific.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "prctl"
version = "0.0.1"
authors = ["Stanisław Pitucha <viraptor@gmail.com>"]
license = "MIT"
description = """
This package provides safe abstraction to the linux prctl() interface. Some
functions may be architecture-specific.
"""

[features]
root_test = []

[lib]
name = "prctl"
doctest = false