elfloader 0.16.0

A rust library to load ELF files.
Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.xmas-elf]
version = "0.8"

[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>", "Benedikt Radtke <Trolldemorted@users.noreply.github.com>", "Hiroki Tokunaga <tokusan441@gmail.com>", "Bradley Landherr <12598313+landhb@users.noreply.github.com>"]
description = "A rust library to load ELF files."
edition = "2018"
keywords = ["elf", "x86", "os"]
license = "MIT/Apache-2.0"
name = "elfloader"
readme = "README.md"
repository = "https://github.com/gz/rust-elfloader"
version = "0.16.0"
[target."cfg(target_family = \"unix\")".dev-dependencies.env_logger]
version = "0.9.0"