windows-elf-loader 0.1.2

Be capable of loading the elf dynamic library on Windows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "windows-elf-loader"
version = "0.1.2"
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Be capable of loading the elf dynamic library on Windows."
keywords = ["elf", "windows", "loader"]
categories = ["os", "embedded"]

[dependencies.elf_loader]
workspace = true
default-features = false
features = ["log", "tls"]