cole14 / rust-elf

Library for parsing ELF files for Rust
Other
234 stars 45 forks source link

Use new IO and Path #1

Closed alexchandel closed 9 years ago

alexchandel commented 9 years ago

ELF should migrate to the new std::io and std::fs.

cole14 commented 9 years ago

This should be covered by the wonderful work of @DiamondLovesYou in #3