elfloader 0.0.3

A rust library to load ELF files.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "elfloader"
version = "0.0.3"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>"]
repository = "https://github.com/gz/rust-elfloader"
license = "Apache-2.0"
description = "A rust library to load ELF files."
keywords = ["elf", "x86", "os"]
readme = "README.md"