elf_parser 0.1.0

A minimal no_std ELF (32/64) parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Shu Anzai <shu.anzai@gmail.com>"]
categories = ["no_std"]
description = "A minimal no_std ELF (32/64) parser."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "elf_parser"
readme = "README.md"
repository = "https://github.com/gedatsu217/elf_parser"
resolver = "2"
version = "0.1.0"