peview 0.1.1

A minimal and fast zero-copy parser for the PE32+ file format.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
categories = ["parser-implementations", "no-std"]
description = "A minimal and fast zero-copy parser for the PE32+ file format."
edition = "2021"
keywords = ["parser", "pe", "object", "executable"]
license = "MIT"
name = "peview"
readme = "README.md"
repository = "https://github.com/kedom1337/peview"
version = "0.1.1"