elf_loader 0.17.0

A no_std-friendly ELF loader and runtime linker for Rust.
Documentation
1
2
3
4
5
mod alloc;
mod fixed;

pub use alloc::AllocMmap;
pub use fixed::FixedMmap;