elf 0.0.10

A pure-rust library for parsing ELF files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "elf"
version = "0.0.10"
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "http://cole14.github.io/rust-elf/"
description = "A pure-rust library for parsing ELF files"
keywords = ["elf"]
readme = "README.md"

[lib]
name = "elf"

[dependencies]
byteorder = "0.*"