xex 0.2.0

Read the PE file inside a .xex file transparently
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "portex"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f0a1b8ec76427e9ae40565333aff8767cfc6b08e51171da609941bdee8e23e"

[[package]]
name = "xex"
version = "0.2.0"
dependencies = [
 "byteorder",
 "portex",
]