pmw1 0.2.1

A library for manipulating executables in the PMW1 format, which offers EXE compression and is used by the PMODE/W DOS extender. Currently requires nightly Rust due to use of inline assembly.
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["PluMGMK"]
description = "A library for manipulating executables in the PMW1 format, which offers EXE compression and is used by the PMODE/W DOS extender. Currently requires nightly Rust due to use of inline assembly."
edition = "2018"
license-file = "LICENCE.TXT"
name = "pmw1"
readme = "README.md"
repository = "https://github.com/PluMGMK/pmw1-rs"
version = "0.2.1"