Crates.io | elftools |
lib.rs | elftools |
version | 0.1.0 |
source | src |
created_at | 2016-08-12 09:46:31.826401 |
updated_at | 2016-08-12 09:46:31.826401 |
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