Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrc/xmas-elf

elf parser and navigation tool, pure Rust
https://github.com/nrc/xmas-elf

Last synced: 7 days ago
JSON representation

elf parser and navigation tool, pure Rust

Awesome Lists containing this project

README

        

# xmas-elf

A library for parsing and navigating ELF files.

* Pure Rust
* Zero allocation (minimal allocation for interpreting the data)
* Strongly, statically typed.