kernel-elf-parser 0.3.4

An lightweight ELF parser that parses ELF files and converts them into information needed for kernel building
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "kernel-elf-parser"
version = "0.3.4"
edition = "2024"
authors = ["Youjie Zheng <zyj578335934@gmail.com>", "Yu Chen <yuchen@tsinghua.edu.cn>"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
documentation = "https://docs.rs/kernel-elf-parser"
repository = "https://github.com/Starry-OS/kernel-elf-parser"
description = "An lightweight ELF parser that parses ELF files and converts them into information needed for kernel building"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
keywords = ["Starry", "ELF", "kernel"]
categories = ["no-std"]

[dependencies]
xmas-elf = "0.9"
zero = "0.1.3"
zerocopy = { version = "0.8.26", features = ["derive"] }