elf_loader 0.14.0

A high-performance, no_std compliant ELF loader and JIT linker for Rust.
Documentation
1
2
3
4
5
6
7
mod dylib;
mod exec;
mod object;

pub use dylib::{LoadedDylib, RawDylib};
pub use exec::{LoadedExec, RawExec};
pub use object::{LoadedObject, RawObject};