| Crates.io | elftools |
| lib.rs | elftools |
| version | 0.1.0 |
| created_at | 2016-08-12 09:46:31.826401+00 |
| updated_at | 2016-08-12 09:46:31.826401+00 |
| description | Rust bindings for the elftools |
| homepage | http://github.com/dutchcoders/elftools-rust |
| repository | |
| max_upload_size | |
| id | 5957 |
| size | 213,008 |
Elftools library for rust.
The library is very much in development, but contains currently the complete elf.h.
extern crate elftools;
use elftools::*;
fn main() {
}
cargo test