Elftools library for rust.
The library is very much in development, but contains currently the complete elf.h.
```rust extern crate elftools; use elftools::*;
fn main() { } ```
cargo test