icoextract 0.1.0

Simple library to extract icons from a Windows executable (PE32 and PE32+). Very barebones, do not use in anything important yet.
Documentation
[dependencies.either]
version = "1.1.0"

[dependencies.libc]
version = "0.2.121"

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.utf16string]
version = "0.2.0"

[lib]
crate-type = ["cdylib", "staticlib"]

[package]
description = "Simple library to extract icons from a Windows executable (PE32 and PE32+). Very barebones, do not use in anything important yet."
edition = "2021"
license = "Unlicense"
name = "icoextract"
readme = "README.md"
resolver = "2"
version = "0.1.0"