elf_loader 0.15.0

A no_std-friendly ELF loader, runtime linker, and JIT linker for Rust.
1
2
/// ELF ABI constants and definitions from the elf crate.
pub use elf::abi::*;