[go: up one dir, main page]

auxv 0.3.3

Access the ELF auxiliary vector (aka auxv or auxval).
Documentation
[build-dependencies]
gcc = "0.3.41"

[dependencies]
byteorder = "1.0.0"

[dev-dependencies]
libc = "0.2.19"

[package]
authors = ["Marshall Pierce <marshall@mpierce.org>"]
build = "build.rs"
categories = ["os::unix-apis"]
description = "Access the ELF auxiliary vector (aka auxv or auxval)."
documentation = "https://docs.rs/auxv/"
homepage = "https://bitbucket.org/marshallpierce/rust-auxv"
keywords = ["elf", "auxiliary", "vector", "auxv", "auxval"]
license-file = "LICENSE.txt"
name = "auxv"
readme = "README.md"
repository = "https://bitbucket.org/marshallpierce/rust-auxv"
version = "0.3.3"