Skip to content

Fork of rust-elf that's been rolled back to how it was and updated from there.

License

Notifications You must be signed in to change notification settings

AndrewPiroli/rust-elf2

 
 

Repository files navigation

rust-elf2

A fork of the elf crate, rolled back to 0.0.12 and updated from there.

The package name has been changed to elf2 to avoid conflicts if I ever publish to crates.io

If you are already using elf 0.0.X you can update seamlessly with cargo's package renaming feature

Change your Cargo.toml from

elf = "..."

to

elf = { package = "elf2", path = "/path/to/rust-elf2" }

About

Fork of rust-elf that's been rolled back to how it was and updated from there.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%